* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * installing *source* package ‘PPforest’ ... ** package ‘PPforest’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-25) 13.2.0’ make[1]: Entering directory '/tmp/Rtmp0PAAvq/R.INSTALL382835b3316cd/PPforest/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c optim_index.cpp -o optim_index.o 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:47:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 47 | 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:224:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 224 | for (int k = 0; k < clval.size(); k++) { | ~~^~~~~~~~~~~~~~ optim_index.cpp: In function ‘Rcpp::List findprojwrap(arma::vec, arma::mat, std::string, double, double)’: optim_index.cpp:674:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 674 | for(int i=0; i