* installing to library ‘/home/hornik/tmp/R.check/r-patched-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 '/home/hornik/tmp/scratch/RtmphYvYnB/R.INSTALL32af0062cff4d1/dhmeasures/src'
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o dhmeasures.so JSD.o LogLikelihood.o RcppExports.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphYvYnB/R.INSTALL32af0062cff4d1/dhmeasures/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmphYvYnB/R.INSTALL32af0062cff4d1/dhmeasures/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmphYvYnB/R.INSTALL32af0062cff4d1/dhmeasures/src'
installing to /home/hornik/tmp/R.check/r-patched-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
  converting help for package ‘dhmeasures’
    finding HTML links ... done
    count_tokens                            html  
    dhmeasures                              html  
    hansard_1870_example                    html  
    jsd                                     html  
    log_likelihood                          html  
    original_jsd                            html  
    remove_stop_words                       html  
    stop_word                               html  
** 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)