* installing *source* package 'VCBART' ... ** this is package 'VCBART' version '1.2.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from RcppExports.cpp:4: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c funs.cpp -o funs.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from funs.h:6, from funs.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ funs.cpp: In function 'void fit_ensemble(std::vector&, std::vector&, data_info&)': funs.cpp:46:17: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 46 | 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:53:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 53 | for(int m = 0; m < t_vec.size(); m++) fit[i] += t_vec[m].evaluate(zz_cont, zz_cat); // involves a tree traversal | ~~^~~~~~~~~~~~~~ funs.cpp: In function 'void graph_partition(std::set&, std::set&, std::set&, std::vector&, int&, int&, RNG&)': funs.cpp:1060:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector > >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 1060 | for(int comp_ix = 0; comp_ix < components.size(); comp_ix++){ | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ funs.cpp:1096:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 1096 | for(int e = 0; e < mst_edges.size(); e++){ | ~~^~~~~~~~~~~~~~~~~~ funs.cpp: In function 'void update_theta_u(std::vector&, double&, std::vector >&, int&, double&, double&, RNG&)': funs.cpp:1122:19: warning: comparison of integer expressions of different signedness: 'std::vector::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 1122 | 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:130:131: warning: 'zz_cont' may be used uninitialized [-Wmaybe-uninitialized] 130 | for(rc_it rcit = rule.rc_weight.begin(); rcit != rule.rc_weight.end(); ++rcit) tmp_z += (rcit->second) * zz_cont[rcit->first]; | ^ funs.cpp:59:11: note: 'zz_cont' was declared here 59 | double* zz_cont; | ^~~~~~~ funs.cpp:109:52: warning: 'zz_cat' may be used uninitialized [-Wmaybe-uninitialized] 109 | l_count = rule.l_vals.count(zz_cat[rule.v_cat]); | ^ funs.cpp:60:8: note: 'zz_cat' was declared here 60 | int* zz_cat; | ^~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c predict_vcbart.cpp -o predict_vcbart.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from funs.h:6, from predict_vcbart.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rescale_beta.cpp -o rescale_beta.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from rescale_beta.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rng.cpp -o rng.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from rng.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ rng.cpp: In member function 'arma::vec RNG::mvnormal(arma::vec, arma::mat)': rng.cpp:107:17: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare] 107 | if( (P.n_rows != d) | (P.n_cols != d)){ | ~~~~~~~~~^~~~ rng.cpp:107:35: warning: comparison of integer expressions of different signedness: 'const arma::uword' {aka 'const unsigned int'} and 'int' [-Wsign-compare] 107 | if( (P.n_rows != d) | (P.n_cols != d)){ | ~~~~~~~~~^~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tree.cpp -o tree.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from tree.cpp:4: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c update_trees.cpp -o update_trees.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from funs.h:6, from update_trees.h:4, from update_trees.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vcbart_cs_fit.cpp -o vcbart_cs_fit.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from funs.h:6, from update_trees.h:4, from vcbart_cs_fit.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/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" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vcbart_ind_fit.cpp -o vcbart_ind_fit.o In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57, from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32, from helpers.h:4, from rng.h:3, from tree.h:5, from funs.h:6, from update_trees.h:4, from vcbart_ind_fit.cpp:1: D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported' 373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") | ^ helpers.h: In member function 'std::set set_str_conversion::hex_to_set(int&, std::string&)': helpers.h:260:23: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 260 | if(hex_str.size() != num_blocks+1){ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o VCBART.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 -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-VCBART/00new/VCBART/libs/x64 ** R ** inst ** 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 * DONE (VCBART)