* installing *source* package ‘cgvR’ ...
** this is package ‘cgvR’ version ‘0.1.2’
** package ‘cgvR’ successfully unpacked and MD5 sums checked
** using staged installation
* Target OS: Linux
Checking for Vulkan rendering support...
* Datoviz headers: found in inst/include/
* Vulkan: found via pkg-config (1.4.313)

================================================================
  cgvR will be installed in STUB mode
  Reason: GLFW3 not found (install libglfw3-dev or 'brew install glfw')
  Native rendering APIs will raise an error when called.
  Pure-R helpers (cgv_layout_fr, ...) keep working.
  Reinstall with the missing dependency to enable full rendering.
================================================================

* Wrote src/Makevars (stub) and inst/STUB_BUILD
Configuration complete (stub build).
** libs
using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cgvR/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cgv_stub.c -o cgv_stub.o
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o cgvR.so cgv_stub.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cgvR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/cgvR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/cgvR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/cgvR.Rcheck/00LOCK-cgvR/00new/cgvR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cgvR)