* installing *source* package ‘SBMTrees’ ... ** this is package ‘SBMTrees’ version ‘1.4’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 21.1.8 (1+b1)’ clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I/home/hornik/tmp/R-d-clang-21/include -I../inst/include/ -I/home/hornik/tmp/R-d-clang-21/include/Rcpp -I/home/hornik/tmp/R-d-clang-21/include/RcppArmadillo -I/home/hornik/tmp/R-d-clang-21/include/RcppDist -I/home/hornik/tmp/R-d-clang-21/include/RcppProgress -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppDist/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppProgress/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/pg/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I/home/hornik/tmp/R-d-clang-21/include -I../inst/include/ -I/home/hornik/tmp/R-d-clang-21/include/Rcpp -I/home/hornik/tmp/R-d-clang-21/include/RcppArmadillo -I/home/hornik/tmp/R-d-clang-21/include/RcppDist -I/home/hornik/tmp/R-d-clang-21/include/RcppProgress -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppDist/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppProgress/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/pg/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -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:296:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 296 | size_t treedrawscnt=0; //count kept bart draws | ^ ./bart_model.h:406:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 406 | size_t treedrawscnt=0; //count kept bart draws | ^ ./bart_model.h:515:10: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 515 | size_t treedrawscnt=0; //count kept bart draws | ^ 5 warnings generated. clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o SBMTrees.so RcppExports.o sequential_imputation.o -llapack -L/home/hornik/tmp/R-d-clang-21/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R-d-clang-21/lib -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/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)