* installing *source* package ‘mrbsizeR’ ...
** package ‘mrbsizeR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mrbsizeR/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/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++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/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 rcpp_dctmatrix.cpp -o rcpp_dctmatrix.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/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 rcpp_helper.cpp -o rcpp_helper.o
rcpp_helper.cpp: In function 'Rcpp::List min3Lambda(int, int, Rcpp::NumericMatrix, Rcpp::NumericVector, Rcpp::NumericVector, double)':
rcpp_helper.cpp:116:22: warning: 'mini' may be used uninitialized [-Wmaybe-uninitialized]
  116 |   ret["mini"] = mini + 1;
      |                 ~~~~~^~~
rcpp_helper.cpp:80:7: note: 'mini' was declared here
   80 |   int mini, minj, mink;
      |       ^~~~
rcpp_helper.cpp:117:22: warning: 'minj' may be used uninitialized [-Wmaybe-uninitialized]
  117 |   ret["minj"] = minj + 1;
      |                 ~~~~~^~~
rcpp_helper.cpp:80:13: note: 'minj' was declared here
   80 |   int mini, minj, mink;
      |             ^~~~
rcpp_helper.cpp:118:22: warning: 'mink' may be used uninitialized [-Wmaybe-uninitialized]
  118 |   ret["mink"] = mink + 1;
      |                 ~~~~~^~~
rcpp_helper.cpp:80:19: note: 'mink' was declared here
   80 |   int mini, minj, mink;
      |                   ^~~~
rcpp_helper.cpp: In function 'Rcpp::List min2Lambda(int, Rcpp::NumericMatrix, Rcpp::NumericVector, double)':
rcpp_helper.cpp:69:22: warning: 'mini' may be used uninitialized [-Wmaybe-uninitialized]
   69 |   ret["mini"] = mini + 1;
      |                 ~~~~~^~~
rcpp_helper.cpp:38:7: note: 'mini' was declared here
   38 |   int mini, minj;
      |       ^~~~
rcpp_helper.cpp:70:22: warning: 'minj' may be used uninitialized [-Wmaybe-uninitialized]
   70 |   ret["minj"] = minj + 1;
      |                 ~~~~~^~~
rcpp_helper.cpp:38:13: note: 'minj' was declared here
   38 |   int mini, minj;
      |             ^~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o mrbsizeR.so RcppExports.o rcpp_dctmatrix.o rcpp_helper.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mrbsizeR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mrbsizeR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mrbsizeR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/mrbsizeR.Rcheck/00LOCK-mrbsizeR/00new/mrbsizeR/libs
** R
** 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 (mrbsizeR)