* installing *source* package ‘ICRanks’ ...
** package ‘ICRanks’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ICRanks/src'
g++-13 -std=gnu++11 -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 PartitionByBlock.cpp -o PartitionByBlock.o
g++-13 -std=gnu++11 -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
PartitionByBlock.cpp: In function 'void IndividContribs(const Rcpp::NumericVector&, const Rcpp::NumericVector&, double**&, const int&, const int&, const double&, const double&, double**&, double***&, const double&, const double&, const int&)':
PartitionByBlock.cpp:1804:16: warning: variable 'MinContribBlock' set but not used [-Wunused-but-set-variable]
 1804 |         double MinContribBlock;
      |                ^~~~~~~~~~~~~~~
PartitionByBlock.cpp: In function 'Rcpp::NumericMatrix PartitioningRankingBlockCorrectOrder(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::IntegerVector, Rcpp::IntegerVector, int, bool)':
PartitionByBlock.cpp:1260:60: warning: 'ConfigBase[1]' may be used uninitialized [-Wmaybe-uninitialized]
 1260 |                                         ConfigCompRight[1] = ConfigBase[1];
      |                                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
PartitionByBlock.cpp:1225:21: note: 'ConfigBase[1]' was declared here
 1225 |                 int ConfigBase[2]; // It points out to the extremeties of the tested block.
      |                     ^~~~~~~~~~
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o ICRanks.so PartitionByBlock.o RcppExports.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ICRanks/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ICRanks/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ICRanks/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ICRanks.Rcheck/00LOCK-ICRanks/00new/ICRanks/libs
** R
** 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 (ICRanks)