* installing *source* package 'UniExactFunTest' ...
** this is package 'UniExactFunTest' version '1.0.1'
** package 'UniExactFunTest' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpohKqEU/R.INSTALL29170209a6ef3/UniExactFunTest/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/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.6/Rcpp/include' -I"d:/rtools45/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<std::vector<int> >, 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<std::vector<int> >&, 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.6/Rcpp/include' -I"d:/rtools45/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<int>, std::vector<int>, int, double, const std::vector<double>&, 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.6/Rcpp/include' -I"d:/rtools45/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.6/Rcpp/include' -I"d:/rtools45/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.6/Rcpp/include' -I"d:/rtools45/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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpohKqEU/R.INSTALL29170209a6ef3/UniExactFunTest/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpohKqEU/R.INSTALL29170209a6ef3/UniExactFunTest/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpohKqEU/R.INSTALL29170209a6ef3/UniExactFunTest/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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
* MD5 sums
packaged installation of 'UniExactFunTest' as UniExactFunTest_1.0.1.zip
* DONE (UniExactFunTest)