* installing *source* package ‘thisutils’ ...
** this is package ‘thisutils’ version ‘0.5.0’
** package ‘thisutils’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 22.1.8’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/thisutils/src'
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c ClassificationMetrics.cpp -o ClassificationMetrics.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c MatrixTopK.cpp -o MatrixTopK.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c lisi.cpp -o lisi.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c matrix_to_table.cpp -o matrix_to_table.o
lisi.cpp:16:13: warning: unused function 'is_valid_distance' [-Wunused-function]
16 | inline bool is_valid_distance(double x) {
| ^~~~~~~~~~~~~~~~~
1 warning generated.
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c sparse_cor.cpp -o sparse_cor.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c split_indices.cpp -o split_indices.o
clang++-22 -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I'/data/localhost/ripley/R/test-clang/cli/include' -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang22me/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c table_to_matrix.cpp -o table_to_matrix.o
clang++-22 -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22me/lib -L/usr/local/clang22me/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o thisutils.so ClassificationMetrics.o MatrixTopK.o RcppExports.o lisi.o matrix_to_table.o sparse_cor.o split_indices.o table_to_matrix.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/thisutils/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/thisutils/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/thisutils/src'
installing to /data/localhost/ripley/R/packages/tests-clang/thisutils.Rcheck/00LOCK-thisutils/00new/thisutils/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (thisutils)