* installing *source* package ‘PSPI’ ... ** this is package ‘PSPI’ version ‘1.2’ ** package ‘PSPI’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 21.1.7’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PSPI/src' /usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/R-clang/include -I../inst/include/ -I/data/gannet/ripley/R/R-clang/include/Rcpp -I/data/gannet/ripley/R/R-clang/include/RcppArmadillo -I/data/gannet/ripley/R/R-clang/include/RcppDist -I/data/gannet/ripley/R/R-clang/include/RcppProgress -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppDist/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/pg/include' -isystem /usr/local/clang21/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 MCMC_PSPI.cpp -o MCMC_PSPI.o /usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/R-clang/include -I../inst/include/ -I/data/gannet/ripley/R/R-clang/include/Rcpp -I/data/gannet/ripley/R/R-clang/include/RcppArmadillo -I/data/gannet/ripley/R/R-clang/include/RcppDist -I/data/gannet/ripley/R/R-clang/include/RcppProgress -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppDist/include' -I'/data/gannet/ripley/R/test-clang/RcppProgress/include' -I'/data/gannet/ripley/R/test-clang/pg/include' -isystem /usr/local/clang21/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 In file included from MCMC_PSPI.cpp:9: In file included from ./BARTforPSPI.h:16: In file included from ./bart_model.h:42: ./BART/bartfuns.h:77:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 77 | if(goodbots.size()==0) { //are there any bottom nodes you can split on? | ^ ./BART/bartfuns.h:75:3: note: previous statement is here 75 | for(size_t i=0;i!=bnv.size();i++) | ^ In file included from MCMC_PSPI.cpp:9: In file included from ./BARTforPSPI.h:16: In file included from ./bart_model.h:43: ./BART/bd.h:296:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 296 | if(goodbots.size()==0) { //are there any bottom nodes you can split on? | ^ ./BART/bd.h:294:3: note: previous statement is here 294 | for(size_t i=0;i!=bnv.size();i++) | ^ In file included from MCMC_PSPI.cpp:9: In file included from ./BARTforPSPI.h:16: ./bart_model.h:295:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 295 | size_t treedrawscnt=0; //count kept bart draws | ^ ./bart_model.h:405:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 405 | size_t treedrawscnt=0; //count kept bart draws | ^ ./bart_model.h:514:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 514 | size_t treedrawscnt=0; //count kept bart draws | ^ MCMC_PSPI.cpp:66:8: warning: unused variable 'n' [-Wunused-variable] 66 | long n = X_test_.nrow(); | ^ 6 warnings generated. /usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o PSPI.so MCMC_PSPI.o RcppExports.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -L/data/gannet/ripley/R/R-clang/lib make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PSPI/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PSPI/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PSPI/src' installing to /data/gannet/ripley/R/packages/tests-clang/PSPI.Rcheck/00LOCK-PSPI/00new/PSPI/libs ** R ** 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 (PSPI)