* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘SBMTrees’ ...
** package ‘SBMTrees’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.4 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbjJH4U/R.INSTALL1d4e163f3936ee/SBMTrees/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -I../inst/include/ -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/Rcpp -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppArmadillo -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppDist -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppProgress -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppDist/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include -I../inst/include/ -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/Rcpp -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppArmadillo -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppDist -I/home/hornik/tmp/R.check/r-devel-clang/Work/build/include/RcppProgress -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppDist/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppProgress/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -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.check/r-devel-clang/Work/build/lib -Wl,-O1 -o SBMTrees.so RcppExports.o sequential_imputation.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbjJH4U/R.INSTALL1d4e163f3936ee/SBMTrees/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbjJH4U/R.INSTALL1d4e163f3936ee/SBMTrees/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbjJH4U/R.INSTALL1d4e163f3936ee/SBMTrees/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)