* 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/RcppArmadillo.h:29, from RcppExports.cpp:4: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: '#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.' 71 | #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.") | ^ 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/RcppArmadillo.h:29, from optim_index.cpp:1: D:/RCompile/CRANincoming/R-devel/lib/RcppArmadillo/include/RcppArmadillo/version/arma.h:71:153: note: '#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.' 71 | #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT. See GitHub issue #475 for more.") | ^ 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:828:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 828 | for(int i = 0; i < vrnd.size(); i++){ | ~~^~~~~~~~~~~~~ optim_index.cpp:873:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 873 | for(int j = 0; j< projdata.size(); j++){ | ~^~~~~~~~~~~~~~~~~ optim_index.cpp:886:20: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 886 | for(int i = 0; i < classe.size(); i++){ | ~~^~~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec boot(arma::mat, arma::mat)': optim_index.cpp:1179:26: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1179 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec trainfn(arma::mat, arma::mat, double)': optim_index.cpp:1200:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1200 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::mat proximi(arma::mat, int)': optim_index.cpp:1216:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1216 | for(int k = 0; k < predtr.n_cols; k++) { | ~~^~~~~~~~~~~~~~~ optim_index.cpp:1218:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1218 | for(int i = 0; i < predtr.n_rows; i++) { | ~~^~~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::vec mvote(arma::mat)': optim_index.cpp:1236:22: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1236 | for(int k = 0; k < clval.size() ; k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1237:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1237 | for(int j=0; j< votes.n_cols ;j++){ | ~^~~~~~~~~~~~~~ optim_index.cpp:1238:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1238 | for(int i=0; i < votes.n_rows; i++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1247:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1247 | for(int i = 0; i < votes.n_cols; i++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function 'arma::mat mvoteoob(arma::mat, arma::mat)': optim_index.cpp:1295:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1295 | for(int j=0; j< votes.n_cols ;j++){ //obs | ~^~~~~~~~~~~~~~ optim_index.cpp:1296:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1296 | for(int i=0; i < votes.n_rows; i++) {//trees | ~~^~~~~~~~~~~~~~ optim_index.cpp:1297:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1297 | for(int k = 0; k < clval.size() ; k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp:1307:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1307 | 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:1321:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1321 | for(int i=0; i < votes.n_rows; i++) {//trees | ~~^~~~~~~~~~~~~~ optim_index.cpp:1324:19: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1324 | 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:1356:25: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1356 | for(int i = 0; i< iclass.size(); i++){ | ~^~~~~~~~~~~~~~~ optim_index.cpp:1366:23: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1366 | 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:1438:24: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 1438 | 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)