* installing *source* package 'sparseVCBART' ...
** this is package 'sparseVCBART' version '1.0.0'
** package 'sparseVCBART' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_05_20_01_50_01_6433/RtmpmMrez6/R.INSTALL1ff2b419d87d62/sparseVCBART/src'
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c funs.cpp -o funs.o
funs.cpp: In function 'void fit_ensemble(std::vector<double>&, std::vector<tree>&, data_info&)':
funs.cpp:51:17: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
51 | if(fit.size() != di.N) Rcpp::stop("[fit_ensemble]: size of fit must be equal to di.N!"); // honestly should never get triggered
| ~~~~~~~~~~~^~~~~~~
funs.cpp: In function 'void graph_partition(std::set<int>&, std::set<int>&, std::set<int>&, std::vector<edge>&, int&, int&, RNG&)':
funs.cpp:1085:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int, std::allocator<int> > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
1085 | for(int comp_ix = 0; comp_ix < components.size(); comp_ix++){
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~
funs.cpp:1121:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edge>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
1121 | for(int e = 0; e < mst_edges.size(); e++){
| ~~^~~~~~~~~~~~~~~~~~
funs.cpp: In function 'void update_theta_u(std::vector<double>&, double&, std::vector<int, std::allocator<int> >&, int&, double&, double&, RNG&)':
funs.cpp:1147:19: warning: comparison of integer expressions of different signedness: 'std::vector<double>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
1147 | if(theta.size() != R){
| ~~~~~~~~~~~~~^~~~
funs.cpp: In function 'void compute_suff_stat_grow(suff_stat&, suff_stat&, int&, rule_t&, tree&, data_info&)':
funs.cpp:135:131: warning: 'zz_cont' may be used uninitialized [-Wmaybe-uninitialized]
135 | for(rc_it rcit = rule.rc_weight.begin(); rcit != rule.rc_weight.end(); ++rcit) tmp_z += (rcit->second) * zz_cont[rcit->first];
| ^
funs.cpp:64:11: note: 'zz_cont' was declared here
64 | double* zz_cont;
| ^~~~~~~
funs.cpp:114:52: warning: 'zz_cat' may be used uninitialized [-Wmaybe-uninitialized]
114 | l_count = rule.l_vals.count(zz_cat[rule.v_cat]);
| ^
funs.cpp:65:8: note: 'zz_cat' was declared here
65 | int* zz_cat;
| ^~~~~~
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c predict_vcbart.cpp -o predict_vcbart.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rescale_beta.cpp -o rescale_beta.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rng.cpp -o rng.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tree.cpp -o tree.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c update_trees.cpp -o update_trees.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vcbart_cs_fit.cpp -o vcbart_cs_fit.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vcbart_ind_fit.cpp -o vcbart_ind_fit.o
g++ -std=gnu++20 -shared -s -static-libgcc -o sparseVCBART.dll tmp.def RcppExports.o funs.o predict_vcbart.o rescale_beta.o rng.o tree.o update_trees.o vcbart_cs_fit.o vcbart_ind_fit.o -fopenmp -LD:/RCompile/recent/R-4.6.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.6.0/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.6.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_05_20_01_50_01_6433/RtmpmMrez6/R.INSTALL1ff2b419d87d62/sparseVCBART/src'
make[1]: Entering directory '/d/temp/2026_05_20_01_50_01_6433/RtmpmMrez6/R.INSTALL1ff2b419d87d62/sparseVCBART/src'
make[1]: Leaving directory '/d/temp/2026_05_20_01_50_01_6433/RtmpmMrez6/R.INSTALL1ff2b419d87d62/sparseVCBART/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-sparseVCBART/00new/sparseVCBART/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'sparseVCBART' as sparseVCBART_1.0.0.zip
* DONE (sparseVCBART)