* 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: ‘clang version 22.1.5 (https://github.com/llvm/llvm-project 5ea218a153f4d2f815b8244eab3e4b4ba5e00e6c)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/cgvR/src'
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c cgv_stub.c -o cgv_stub.o
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o cgvR.so cgv_stub.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/cgvR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/cgvR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/cgvR/src'
installing to /data/gannet/ripley/R/packages/tests-clang/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)