* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* 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/

================================================================
  cgvR will be installed in STUB mode
  Reason: Vulkan loader not found (install libvulkan-dev or set VULKAN_SDK)
  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-15 (Debian 15.2.0-17) 15.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpiqRFmx/R.INSTALL1ed9c75b910b21/cgvR/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c cgv_stub.c -o cgv_stub.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o cgvR.so cgv_stub.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpiqRFmx/R.INSTALL1ed9c75b910b21/cgvR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpiqRFmx/R.INSTALL1ed9c75b910b21/cgvR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpiqRFmx/R.INSTALL1ed9c75b910b21/cgvR/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-cgvR/00new/cgvR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘cgvR’
    finding HTML links ... done
    cgvR-package                            html  
    cgv_background                          html  
    cgv_camera                              html  
    cgv_camera_mode                         html  
    cgv_clear_path                          html  
    cgv_close                               html  
    cgv_fly_path                            html  
    cgv_fly_to                              html  
    cgv_highlight_path                      html  
    cgv_is_stub_build                       html  
    cgv_layout_fr                           html  
    cgv_layout_fr_bh                        html  
    cgv_record_start                        html  
    cgv_record_stop                         html  
    cgv_run                                 html  
    cgv_set_graph                           html  
    cgv_set_visibility                      html  
    cgv_viewer                              html  
** 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)