* installing *source* package 'UniExactFunTest' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.2.0' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c UEFT.cpp -o UEFT.o UEFT.cpp: In function 'double getUniEFT(std::vector >, bool, bool, bool)': UEFT.cpp:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 31 | for (int i = 0; i < r; i++) | ~~^~~ UEFT.cpp:33:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 33 | for (int j = 0; j < s; j++) | ~~^~~ UEFT.cpp:40:20: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 40 | valueForFac = (r > N ? r : N); | ~~^~~ UEFT.cpp:41:20: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 41 | valueForFac = (s > valueForFac ? s : valueForFac); | ~~^~~~~~~~~~~~~ UEFT.cpp:45:10: warning: unused variable 'oriChi' [-Wunused-variable] 45 | double oriChi; | ^~~~~~ UEFT.cpp: In function 'double getUniEFTC(const std::vector >&, bool)': UEFT.cpp:108:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 108 | for (int i = 0; i < r; i++) | ~~^~~ UEFT.cpp:110:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 110 | for (int j = 0; j < s; j++) | ~~^~~ UEFT.cpp:137:20: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 137 | valueForFac = (r > N ? r : N); | ~~^~~ UEFT.cpp:138:20: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 138 | valueForFac = (s > valueForFac ? s : valueForFac); | ~~^~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fastEnu.cpp -o fastEnu.o fastEnu.cpp: In function 'double fastEnu::MFTNetwork(std::vector, std::vector, int, double, const std::vector&, bool)': fastEnu.cpp:1312:28: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 1312 | for (unsigned i = 0; i < ncols; i++) | ~~^~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c fastEnuNode.cpp -o fastEnuNode.o fastEnuNode.cpp: In member function 'void fastEnuNode::addPastLen(double, double)': fastEnuNode.cpp:97:16: warning: unused variable 'j' [-Wunused-variable] 97 | size_t j = 0; | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c main.cpp -o main.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrixTools.cpp -o matrixTools.o g++ -std=gnu++17 -shared -s -static-libgcc -o UniExactFunTest.dll tmp.def RcppExports.o UEFT.o fastEnu.o fastEnuNode.o main.o matrixTools.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-UniExactFunTest/00new/UniExactFunTest/libs/x64 ** R ** 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 * DONE (UniExactFunTest)