* installing *source* package ‘SBMTrees’ ... ** this is package ‘SBMTrees’ version ‘1.5’ ** package ‘SBMTrees’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SBMTrees/src' clang++-22 -stdlib=libc++ -std=gnu++20 -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/clang22/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 -stdlib=libc++ -std=gnu++20 -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/clang22/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 sequential_imputation.cpp -o sequential_imputation.o In file included from sequential_imputation.cpp:23: In file included from ./bmtrees.h:44: 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 sequential_imputation.cpp:23: In file included from ./bmtrees.h:44: 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 sequential_imputation.cpp:23: In file included from ./bmtrees.h:44: ./bart_model.h:339:12: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 339 | size_t treedrawscnt=0; | ^ 3 warnings generated. clang++-22 -stdlib=libc++ -std=gnu++20 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o SBMTrees.so RcppExports.o sequential_imputation.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/SBMTrees/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SBMTrees/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SBMTrees/src' installing to /data/gannet/ripley/R/packages/tests-clang/SBMTrees.Rcheck/00LOCK-SBMTrees/00new/SBMTrees/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 (SBMTrees)