* installing *source* package ‘mlr3resampling’ ...
** this is package ‘mlr3resampling’ version ‘2026.5.19’
** package ‘mlr3resampling’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/mlr3resampling/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c interface.cpp -o interface.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG  -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c stratified_group_cv.cpp -o stratified_group_cv.o
stratified_group_cv.cpp: In function ‘int stratified_group_cv_RSS(const int*, const int*, int, int, int*)’:
stratified_group_cv.cpp:225:49: warning: ‘data_i_at_group_start’ may be used uninitialized [-Wmaybe-uninitialized]
  225 |       for(int set_i=data_i_at_group_start; set_i<=data_i; set_i++){
      |                                            ~~~~~^~~~~~~~
stratified_group_cv.cpp:190:7: note: ‘data_i_at_group_start’ was declared here
  190 |   int data_i_at_group_start;
      |       ^~~~~~~~~~~~~~~~~~~~~
stratified_group_cv.cpp: In function ‘int stratified_group_cv_WasikowskiLimitedMemory(const int*, const int*, int, int, int*)’:
stratified_group_cv.cpp:145:49: warning: ‘data_i_at_group_start’ may be used uninitialized [-Wmaybe-uninitialized]
  145 |       for(int set_i=data_i_at_group_start; set_i<=data_i; set_i++){
      |                                            ~~~~~^~~~~~~~
stratified_group_cv.cpp:113:7: note: ‘data_i_at_group_start’ was declared here
  113 |   int data_i_at_group_start;
      |       ^~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o mlr3resampling.so RcppExports.o interface.o stratified_group_cv.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/mlr3resampling/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/mlr3resampling/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/mlr3resampling/src'
installing to /data/localhost/ripley/R/packages/tests-devel/mlr3resampling.Rcheck/00LOCK-mlr3resampling/00new/mlr3resampling/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (mlr3resampling)