* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘mRMRe’ ...
** package ‘mRMRe’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/tmp/RtmpxmocSP/R.INSTALLb1621100c9f56/mRMRe/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -c Data.cpp -o Data.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -c Filter.cpp -o Filter.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"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -c Math.cpp -o Math.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -c Matrix.cpp -o Matrix.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -c MutualInformationMatrix.cpp -o MutualInformationMatrix.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native  -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/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o mRMRe.so Data.o Filter.o Math.o Matrix.o MutualInformationMatrix.o exports.o -fopenmp -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpxmocSP/R.INSTALLb1621100c9f56/mRMRe/src'
make[1]: Entering directory '/tmp/RtmpxmocSP/R.INSTALLb1621100c9f56/mRMRe/src'
make[1]: Leaving directory '/tmp/RtmpxmocSP/R.INSTALLb1621100c9f56/mRMRe/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)