* installing *source* package ‘SBMTrees’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.4 (1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I/home/hornik/tmp/R-d-clang-19/include -I../inst/include/ -I/home/hornik/tmp/R-d-clang-19/include/Rcpp -I/home/hornik/tmp/R-d-clang-19/include/RcppArmadillo -I/home/hornik/tmp/R-d-clang-19/include/RcppDist -I/home/hornik/tmp/R-d-clang-19/include/RcppProgress -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppProgress/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I/home/hornik/tmp/R-d-clang-19/include -I../inst/include/ -I/home/hornik/tmp/R-d-clang-19/include/Rcpp -I/home/hornik/tmp/R-d-clang-19/include/RcppArmadillo -I/home/hornik/tmp/R-d-clang-19/include/RcppDist -I/home/hornik/tmp/R-d-clang-19/include/RcppProgress -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppProgress/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c sequential_imputation.cpp -o sequential_imputation.o In file included from sequential_imputation.cpp:22: In file included from ./bmtrees.h:44: ./bart_model.h:181:12: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 181 | size_t treedrawscnt=0; //count kept bart draws | ^ ./bart_model.h:290:12: warning: variable 'treedrawscnt' set but not used [-Wunused-but-set-variable] 290 | size_t treedrawscnt=0; //count kept bart draws | ^ 2 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o SBMTrees.so RcppExports.o sequential_imputation.o -llapack -L/home/hornik/tmp/R-d-clang-19/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-19/lib -L/home/hornik/tmp/R-d-clang-19/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)