* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘dhmeasures’ ...
** this is package ‘dhmeasures’ version ‘1.0’
** package ‘dhmeasures’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-15 (Debian 15.2.0-15) 15.2.0’
make[1]: Entering directory '/tmp/Rtmpr8qW9d/R.INSTALLcae8e1f18e78f/dhmeasures/src'
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c JSD.cpp -o JSD.o
JSD.cpp: In function ‘double originalKLD(std::vector<double>&, std::vector<double>&)’:
JSD.cpp:272:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
272 | for (int i = 0; i < P.size(); i++) {
| ~~^~~~~~~~~~
JSD.cpp: In function ‘std::vector<double> findMidpoint(std::vector<double>&, std::vector<double>&)’:
JSD.cpp:290:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
290 | for (int i = 0; i < P.size(); i++) {
| ~~^~~~~~~~~~
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c LogLikelihood.cpp -o LogLikelihood.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-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++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o dhmeasures.so JSD.o LogLikelihood.o RcppExports.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpr8qW9d/R.INSTALLcae8e1f18e78f/dhmeasures/src'
make[1]: Entering directory '/tmp/Rtmpr8qW9d/R.INSTALLcae8e1f18e78f/dhmeasures/src'
make[1]: Leaving directory '/tmp/Rtmpr8qW9d/R.INSTALLcae8e1f18e78f/dhmeasures/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-dhmeasures/00new/dhmeasures/libs
** R
** data
*** moving datasets to lazyload DB
** 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
** 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 (dhmeasures)