* installing *source* package ‘rtkore’ ...
** package ‘rtkore’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rtkore/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB  -DSTKUSELAPACK -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c fastRand.cpp -o fastRand.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init_rtkore.c -o init_rtkore.o
In file included from fastRand.cpp:35:
In file included from ../inst/include/RTKpp.h:41:
In file included from ../inst/include/STKpp.h:156:
In file included from ../inst/include/Arrays.h:107:
In file included from ../inst/projects/Arrays/include/STK_Display.h:39:
In file included from ../inst/projects/DManager/include/STK_ExportToCsv.h:39:
In file included from ../inst/projects/DManager/include/STK_ReadWriteCsv.h:44:
../inst/projects/DManager/include/STK_Variable.h:237:11: warning: variable 'code' set but not used [-Wunused-but-set-variable]
  237 |     { int code = baseIdx;
      |           ^
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I'../inst/projects/' -I'../inst/include/' -DIS_RTKPP_LIB  -DSTKUSELAPACK -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c rtkore.cpp -o rtkore.o
In file included from rtkore.cpp:57:
In file included from ../inst/include/RTKpp.h:41:
In file included from ../inst/include/STKpp.h:156:
In file included from ../inst/include/Arrays.h:107:
In file included from ../inst/projects/Arrays/include/STK_Display.h:39:
In file included from ../inst/projects/DManager/include/STK_ExportToCsv.h:39:
In file included from ../inst/projects/DManager/include/STK_ReadWriteCsv.h:44:
../inst/projects/DManager/include/STK_Variable.h:237:11: warning: variable 'code' set but not used [-Wunused-but-set-variable]
  237 |     { int code = baseIdx;
      |           ^
1 warning generated.
1 warning 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 rtkore.so fastRand.o init_rtkore.o rtkore.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rtkore/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rtkore/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rtkore/src'
installing to /data/gannet/ripley/R/packages/tests-clang/rtkore.Rcheck/00LOCK-rtkore/00new/rtkore/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 (rtkore)