* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘BoostMLR’ ...
** package ‘BoostMLR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpG86nRK/R.INSTALL189bd64ad4804/BoostMLR/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c BoostMLR.cpp -o BoostMLR.o
BoostMLR.cpp: In function ‘Rcpp::List predict_BoostMLR_C(Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, int, int, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::List, Rcpp::NumericMatrix, Rcpp::List, Rcpp::LogicalVector, Rcpp::NumericMatrix, Rcpp::LogicalVector, Rcpp::List, Rcpp::List, bool, int, double, bool, bool, bool, double, bool, long unsigned int)’:
BoostMLR.cpp:3271:7: warning: variable ‘Mopt_Max’ set but not used [-Wunused-but-set-variable]
 3271 |   int Mopt_Max;
      |       ^~~~~~~~
BoostMLR.cpp: In function ‘Rcpp::List vimp_BoostMLR_C(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int, Rcpp::IntegerVector, int, int, int, int, int, Rcpp::IntegerVector, int, Rcpp::LogicalVector, Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::IntegerVector, Rcpp::IntegerVector, bool, Rcpp::NumericMatrix, Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::IntegerVector, double, Rcpp::NumericVector, bool, Rcpp::NumericVector, Rcpp::NumericMatrix, bool, long unsigned int)’:
BoostMLR.cpp:3924:11: warning: unused variable ‘n_vimp_set’ [-Wunused-variable]
 3924 |       int n_vimp_set = vimp_set.size();
      |           ^~~~~~~~~~
BoostMLR.cpp: In function ‘int Which_Min_C(Rcpp::NumericVector)’:
BoostMLR.cpp:153:10: warning: ‘Which_Min’ may be used uninitialized [-Wmaybe-uninitialized]
  153 |   return Which_Min;
      |          ^~~~~~~~~
BoostMLR.cpp:122:7: note: ‘Which_Min’ was declared here
  122 |   int Which_Min;
      |       ^~~~~~~~~
BoostMLR.cpp: In function ‘int Which_Min_C_NA(Rcpp::NumericVector)’:
BoostMLR.cpp:195:10: warning: ‘Which_Min’ may be used uninitialized [-Wmaybe-uninitialized]
  195 |   return Which_Min;
      |          ^~~~~~~~~
BoostMLR.cpp:159:7: note: ‘Which_Min’ was declared here
  159 |   int Which_Min;
      |       ^~~~~~~~~
BoostMLR.cpp: In function ‘int Which_Max_C(Rcpp::NumericVector)’:
BoostMLR.cpp:230:10: warning: ‘Which_Max’ may be used uninitialized [-Wmaybe-uninitialized]
  230 |   return Which_Max;
      |          ^~~~~~~~~
BoostMLR.cpp:200:7: note: ‘Which_Max’ was declared here
  200 |   int Which_Max;
      |       ^~~~~~~~~
BoostMLR.cpp: In function ‘int Which_Max_C_NA(Rcpp::NumericVector)’:
BoostMLR.cpp:271:10: warning: ‘Which_Max’ may be used uninitialized [-Wmaybe-uninitialized]
  271 |   return Which_Max;
      |          ^~~~~~~~~
BoostMLR.cpp:236:7: note: ‘Which_Max’ was declared here
  236 |   int Which_Max;
      |       ^~~~~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-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 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o BoostMLR.so BoostMLR.o RcppExports.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpG86nRK/R.INSTALL189bd64ad4804/BoostMLR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpG86nRK/R.INSTALL189bd64ad4804/BoostMLR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpG86nRK/R.INSTALL189bd64ad4804/BoostMLR/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-BoostMLR/00new/BoostMLR/libs
** R
** data
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BoostMLR)