* installing *source* package 'SBMTrees' ... ** package 'SBMTrees' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2024_12_10_01_50_01_15642/RtmpQXYBRP/R.INSTALL15a885a98656d/SBMTrees/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -ID:/RCompile/recent/R-4.4.2/include -I../inst/include/ -ID:/RCompile/recent/R-4.4.2/include/Rcpp -ID:/RCompile/recent/R-4.4.2/include/RcppArmadillo -ID:/RCompile/recent/R-4.4.2/include/RcppDist -ID:/RCompile/recent/R-4.4.2/include/RcppProgress -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O3 -Wall -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -ID:/RCompile/recent/R-4.4.2/include -I../inst/include/ -ID:/RCompile/recent/R-4.4.2/include/Rcpp -ID:/RCompile/recent/R-4.4.2/include/RcppArmadillo -ID:/RCompile/recent/R-4.4.2/include/RcppDist -ID:/RCompile/recent/R-4.4.2/include/RcppProgress -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppDist/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -O3 -Wall -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sequential_imputation.cpp -o sequential_imputation.o In file included from bart_model.h:44, from bmtrees.h:44, from sequential_imputation.cpp:22: BART/bart.h: In member function 'void bart::makexinfo_bart(size_t, size_t, double*, xinfo&, int*)': BART/bart.h:101:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 101 | for(size_t j=0;j<nc[i];j++) xi[i][j] = minx[i] + (j+1)*xinc; | ~^~~~~~ bart_model.h: In constructor 'bart_model::bart_model(Rcpp::NumericMatrix, Rcpp::NumericVector, long int, bool, bool, bool, int, Rcpp::Nullable<double>, double, double, double, double)': bart_model.h:143:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 143 | for(size_t i=0;i<p;i++) { | ~^~ bart_model.h: In member function 'Rcpp::List bart_model::update(long int, long int, int, bool, long int)': bart_model.h:199:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 199 | for(size_t k=0;k<n;k++) {restemp=(iy[k]-bm.f(k)); rss += restemp*restemp;} | ~^~ bart_model.h:204:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 204 | for(size_t k=0;k<n;k++) trmean[k]+=bm.f(k); | ~^~ bart_model.h:211:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 211 | for(size_t j=0;j<ntrees;j++) { | ~^~~~~~~ bart_model.h:218:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 218 | for(size_t j=0;j<p;j++){ | ~^~ bart_model.h:236:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 236 | for(size_t k=0;k<n;k++) trmean[k]/=npost; | ~^~ bart_model.h: In member function 'Rcpp::List bart_model::update(double, long int, long int, int, bool, long int)': bart_model.h:294:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 294 | for(size_t i=0;i< nburn + npost;i++) { | ~^~~~~~~~~~~~~~~ bart_model.h:308:11: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 308 | if(i>=nburn) { | ~^~~~~~~ bart_model.h:309:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 309 | for(size_t k=0;k<n;k++) trmean[k]+=bm.f(k); | ~^~ bart_model.h:313:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 313 | for(size_t k=0;k<n;k++) TRDRAW(trcnt,k)=bm.f(k); | ~^~ bart_model.h:315:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 315 | for(size_t j=0;j<ntrees;j++) { | ~^~~~~~~ bart_model.h:322:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 322 | for(size_t j=0;j<p;j++){ | ~^~ bart_model.h:340:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'long int' [-Wsign-compare] 340 | for(size_t k=0;k<n;k++) trmean[k]/=npost; | ~^~ g++ -std=gnu++17 -shared -s -static-libgcc -o SBMTrees.dll tmp.def RcppExports.o sequential_imputation.o -LD:/RCompile/recent/R-4.4.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.2/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.2/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_10_01_50_01_15642/RtmpQXYBRP/R.INSTALL15a885a98656d/SBMTrees/src' make[1]: Entering directory '/d/temp/2024_12_10_01_50_01_15642/RtmpQXYBRP/R.INSTALL15a885a98656d/SBMTrees/src' make[1]: Leaving directory '/d/temp/2024_12_10_01_50_01_15642/RtmpQXYBRP/R.INSTALL15a885a98656d/SBMTrees/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-SBMTrees/00new/SBMTrees/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'SBMTrees' as SBMTrees_1.1.zip * DONE (SBMTrees)