* installing *source* package 'rem' ... ** package 'rem' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/temp/RtmpKWop6c/R.INSTALL32a2416b171c6/rem/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o gcc -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rem.cpp -o rem.o rem.cpp: In function 'double fourCycleCpp(std::vector >, std::string, std::vector >, std::string, std::vector >, std::string, Rcpp::NumericVector, double, Rcpp::NumericVector, double, std::vector >, std::string, std::vector >, std::string, std::vector >, std::string, std::string, std::vector >, std::vector >, int, int)': rem.cpp:69:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 69 | for (int m = 0; m < x.size(); m++ ) { | ~~^~~~~~~~~~ rem.cpp:133:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 133 | for (int p = 0; p < wy.size(); p++) { | ~~^~~~~~~~~~~ rem.cpp:165:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 165 | for (int p = 0; p < wy.size(); p++) { | ~~^~~~~~~~~~~ rem.cpp:213:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 213 | for (int p = 0; p < wy.size(); p++) { | ~~^~~~~~~~~~~ rem.cpp: In function 'double similarityTotalAverageCpp(std::vector >, std::string, std::vector >, std::string, Rcpp::NumericVector, double, std::vector >, std::string, std::vector >, std::string, std::string, std::string, std::string, std::vector >, std::vector >, int, int)': rem.cpp:317:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 317 | for (int k = 0; k < v.size(); k++){ | ~~^~~~~~~~~~ rem.cpp:357:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 357 | for (int m = 0; m < xw.size(); m++) { | ~~^~~~~~~~~~~ rem.cpp: In function 'double similaritySimpleCpp(std::vector >, std::string, std::vector >, std::string, Rcpp::NumericVector, double, double, std::vector >, std::string, std::vector >, std::string, std::string, std::string, std::vector >, std::vector >, int, int)': rem.cpp:470:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 470 | for (int k = 0; k < v.size(); k++){ | ~~^~~~~~~~~~ rem.cpp:513:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 513 | for (int m = 0; m < xw.size(); m++) { | ~~^~~~~~~~~~~ rem.cpp: In function 'double similarityComplexCpp(std::vector >, std::string, std::vector >, std::string, Rcpp::NumericVector, double, double, double, std::vector >, std::string, std::vector >, std::string, std::string, std::string, std::vector >, std::vector >, int, int)': rem.cpp:667:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 667 | for (int k = 0; k < v.size(); k++){ | ~~^~~~~~~~~~ rem.cpp:707:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 707 | for (int m = 0; m < xw.size(); m++) { | ~~^~~~~~~~~~~ rem.cpp:755:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 755 | for (int p = 0; p < i_positive.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp:762:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 762 | for (int p = 0; p < i_negative.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp:769:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 769 | for (int p = 0; p < a_positive.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp:776:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 776 | for (int p = 0; p < a_negative.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp:789:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 789 | for (int m = 0; m < xw.size(); m++) { | ~~^~~~~~~~~~~ rem.cpp:818:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 818 | for (int p = 0; p < i_negative.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp:825:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 825 | for (int p = 0; p < a_positive.size(); p++){ | ~~^~~~~~~~~~~~~~~~~~~ rem.cpp: In function 'double triadCpp(std::vector >, std::vector >, std::vector >, Rcpp::NumericVector, Rcpp::NumericVector, std::vector >, std::string, std::string, std::vector >, std::string, std::vector >, std::string, double, int, std::string, std::string, double)': rem.cpp:922:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 922 | for (int j = 0; j < v.size(); j++) { | ~~^~~~~~~~~~ rem.cpp: In function 'Rcpp::DataFrame createNullEvents(std::vector >, std::vector >, std::vector >, std::vector >, std::vector, std::vector, std::vector, std::vector)': rem.cpp:1000:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 1000 | for (int i = 0; i < sender.size(); i++){ | ~~^~~~~~~~~~~~~~~ rem.cpp:1003:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 1003 | for(int w = 0; w < allEventTimes.size(); w++){ | ~~^~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c temp.cpp -o temp.o g++ -std=gnu++17 -shared -s -static-libgcc -o rem.dll tmp.def RcppExports.o registerDynamicSymbol.o rem.o temp.o -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/RtmpKWop6c/R.INSTALL32a2416b171c6/rem/src' make[1]: Entering directory '/d/temp/RtmpKWop6c/R.INSTALL32a2416b171c6/rem/src' make[1]: Leaving directory '/d/temp/RtmpKWop6c/R.INSTALL32a2416b171c6/rem/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rem/00new/rem/libs/x64 ** R ** inst ** 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 ** 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 'rem' as rem_1.3.1.zip * DONE (rem)