* installing *source* package ‘mRMRe’ ...
** package ‘mRMRe’ 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/mRMRe/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 Data.cpp -o Data.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 Filter.cpp -o Filter.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 Math.cpp -o Math.o
Filter.cpp: In member function 'const void Filter::placeElements(unsigned int, unsigned int, unsigned int)':
Filter.cpp:198:27: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
  198 |         for (int j = 0; j < mFixedFeatureCount; ++j)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 Matrix.cpp -o Matrix.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 MutualInformationMatrix.cpp -o MutualInformationMatrix.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -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 exports.cpp -o exports.o
exports.cpp: In function 'SEXPREC* export_concordance_index(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
exports.cpp:55:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   55 |     for (unsigned int i = 0; i < INTEGER(sampleStratumCount)[0]; ++i)
      |                              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp: In function 'SEXPREC* export_filters(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
exports.cpp:80:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   80 |     for (unsigned int i = 0; i < LENGTH(childrenCountPerLevel); ++i)
      |                              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp:92:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   92 |     for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i)
      |                              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp:105:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  105 |         for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k)
      |                                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp: In function 'SEXPREC* export_filters_bootstrap(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
exports.cpp:153:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  153 |     for (unsigned int i = 0; i < LENGTH(targetFeatureIndices); ++i)
      |                              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp:159:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  159 |         for (unsigned int k = 0; k < INTEGER(featureCount)[0]; ++k)
      |                                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
exports.cpp:168:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  168 |         for (unsigned int j = 0; j < LENGTH(targetFeatureIndices); ++j)
      |                                  ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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 mRMRe.so Data.o Filter.o Math.o Matrix.o MutualInformationMatrix.o exports.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mRMRe/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/mRMRe/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/mRMRe/src'
installing to /data/gannet/ripley/R/packages/tests-devel/mRMRe.Rcheck/00LOCK-mRMRe/00new/mRMRe/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 (mRMRe)