* installing *source* package ‘CAMAN’ ...
** package ‘CAMAN’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/CAMAN/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c methods.cpp -o methods.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c vemema_vem.cpp -o vemema_vem.o
vemema_vem.cpp:1874:3: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
 1874 |                 lambda.clear();
      |                 ^
vemema_vem.cpp:1864:2: note: previous statement is here
 1864 |         for(i=0;i<(int)p.size(); ++i)
      |         ^
vemema_vem.cpp:1906:4: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
 1906 |                         for(i=0; i<(int)lambda.size(); ++i)
      |                         ^
vemema_vem.cpp:1887:3: note: previous statement is here
 1887 |                 for(i=0; i<(int)p.size(); ++i)
      |                 ^
2 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o CAMAN.so methods.o vemema_vem.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/CAMAN/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/CAMAN/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/CAMAN/src'
installing to /data/gannet/ripley/R/packages/tests-clang/CAMAN.Rcheck/00LOCK-CAMAN/00new/CAMAN/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (CAMAN)