* installing *source* package 'PPtreeExt' ... ** this is package 'PPtreeExt' version '1.0.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANincoming/R-devel/lib/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/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from RcppExports.cpp:4: D:/RCompile/CRANincoming/R-devel/lib/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/CRANincoming/R-devel/lib/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c optim_index.cpp -o optim_index.o In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:26, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:51, from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo.h:29, from optim_index.cpp:1: D:/RCompile/CRANincoming/R-devel/lib/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") | ^ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadilloExtensions/sample.h:30, from optim_index.cpp:2: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadilloExtensions/fixprob.h: In function 'void Rcpp::RcppArmadillo::FixProb(arma::vec&, int, bool)': D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadilloExtensions/fixprob.h:38:37: warning: 'bool arma::is_finite(eT, const typename arma_scalar_only::result*) [with eT = double; typename arma_scalar_only::result = double]' is deprecated: change arma::is_finite(val) to std::isfinite(val) [-Wdeprecated-declarations] 38 | if (!arma::is_finite(prob_value)) //does this work?? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo:518: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/current/armadillo_bits/fn_misc.hpp:167:1: note: declared here 167 | is_finite(const eT x, const typename arma_scalar_only::result* junk = nullptr) | ^~~~~~~~~ optim_index.cpp: In function 'arma::vec tableC(arma::vec)': optim_index.cpp:12:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 12 | for(int i = 0; i < values.size(); i++) { | ~~^~~~~~~~~~~~~~~ optim_index.cpp:13:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 13 | for(int j = 0; j < x.size(); j++){ | ~~^~~~~~~~~~ optim_index.cpp: In function 'arma::vec LDAindex2(arma::vec, arma::mat, arma::mat, bool)': optim_index.cpp:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 45 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'double PDAindex2(arma::vec, arma::mat, arma::mat, bool, double)': optim_index.cpp:222:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 222 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'Rcpp::List findprojwrapMOD(arma::vec, arma::mat, std::string, double, double, bool, bool)': optim_index.cpp:825:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 825 | for(int i = 0; i < vrnd.size(); i++){ | ~~^~~~~~~~~~~~~ optim_index.cpp:870:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 870 | for(int j = 0; j< projdata.size(); j++){ | ~^~~~~~~~~~~~~~~~~ optim_index.cpp:883:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 883 | for(int i = 0; i < classe.size(); i++){ | ~~^~~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec boot(arma::mat, arma::mat)': optim_index.cpp:1176:26: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1176 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec trainfn(arma::mat, arma::mat, double)': optim_index.cpp:1197:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1197 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::mat proximi(arma::mat, int)': optim_index.cpp:1213:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1213 | for(int k = 0; k < predtr.n_cols; k++) { | ~~^~~~~~~~~~~~~~~ optim_index.cpp:1215:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1215 | for(int i = 0; i < predtr.n_rows; i++) { | ~~^~~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec mvote(arma::mat)': optim_index.cpp:1233:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1233 | for(int k = 0; k < clval.size() ; k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1234:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1234 | for(int j=0; j< votes.n_cols ;j++){ | ~^~~~~~~~~~~~~~ optim_index.cpp:1235:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1235 | for(int i=0; i < votes.n_rows; i++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1244:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1244 | for(int i = 0; i < votes.n_cols; i++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::mat mvoteoob(arma::mat, arma::mat)': optim_index.cpp:1292:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1292 | for(int j=0; j< votes.n_cols ;j++){ //obs | ~^~~~~~~~~~~~~~ optim_index.cpp:1293:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1293 | for(int i=0; i < votes.n_rows; i++) {//trees | ~~^~~~~~~~~~~~~~ optim_index.cpp:1294:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1294 | for(int k = 0; k < clval.size() ; k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1304:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1304 | for(int j = 0; j < votes.n_cols; j++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec ooberrortree(arma::mat, arma::mat, arma::vec, int)': optim_index.cpp:1318:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1318 | for(int i=0; i < votes.n_rows; i++) {//trees | ~~^~~~~~~~~~~~~~ optim_index.cpp:1321:19: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1321 | for(int j=0; j< votes.n_cols ;j++){ //obs | ~^~~~~~~~~~~~~~ optim_index.cpp: In function 'Rcpp::List PPclassification(arma::mat, arma::mat, arma::vec, arma::vec, int, int)': optim_index.cpp:1353:25: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1353 | for(int i = 0; i< iclass.size(); i++){ | ~^~~~~~~~~~~~~~~ optim_index.cpp:1363:23: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1363 | for(int i=0; i< IOindex.size(); i++){ | ~^~~~~~~~~~~~~~~~ optim_index.cpp: In function 'Rcpp::List PPclassindex(arma::vec, arma::mat, arma::mat, arma::mat, arma::mat, arma::mat, int, int)': optim_index.cpp:1435:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1435 | for(int i=0; i< classtemp.size(); i++){ | ~^~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o PPtreeExt.dll tmp.def RcppExports.o optim_index.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-PPtreeExt/00new/PPtreeExt/libs/x64 ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (PPtreeExt)