* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* 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++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpweOwaK/R.INSTALL211fca4809b39a/UniExactFunTest/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c main.cpp -o main.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c matrixTools.cpp -o matrixTools.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o UniExactFunTest.so RcppExports.o UEFT.o fastEnu.o fastEnuNode.o main.o matrixTools.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpweOwaK/R.INSTALL211fca4809b39a/UniExactFunTest/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpweOwaK/R.INSTALL211fca4809b39a/UniExactFunTest/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpweOwaK/R.INSTALL211fca4809b39a/UniExactFunTest/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-UniExactFunTest/00new/UniExactFunTest/libs
** 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
** 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 (UniExactFunTest)