* installing *source* package 'mRMRe' ... ** package 'mRMRe' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpkZn2Wb/R.INSTALLb248f414307/mRMRe/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Data.cpp -o Data.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Math.cpp -o Math.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Matrix.cpp -o Matrix.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c MutualInformationMatrix.cpp -o MutualInformationMatrix.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -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++ -std=gnu++17 -shared -s -static-libgcc -o mRMRe.dll tmp.def Data.o Filter.o Math.o Matrix.o MutualInformationMatrix.o exports.o -fopenmp -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpkZn2Wb/R.INSTALLb248f414307/mRMRe/src' make[1]: Entering directory '/d/temp/RtmpkZn2Wb/R.INSTALLb248f414307/mRMRe/src' make[1]: Leaving directory '/d/temp/RtmpkZn2Wb/R.INSTALLb248f414307/mRMRe/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-mRMRe/00new/mRMRe/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'mRMRe' as mRMRe_2.1.2.1.zip * DONE (mRMRe)