* installing *source* package ‘kde1d’ ...
** package ‘kde1d’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/kde1d/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c kde1d-interface.cpp -o kde1d-interface.o
In file included from ../inst/include/kde1d/stats.hpp:4,
                 from ../inst/include/kde1d/kdefft.hpp:3,
                 from ../inst/include/kde1d/dpik.hpp:3,
                 from ../inst/include/kde1d/kde1d.hpp:3,
                 from ../inst/include/kde1d-wrappers.hpp:3,
                 from kde1d-interface.cpp:2:
../inst/include/kde1d/tools.hpp: In function 'Eigen::Matrix<long unsigned int, -1, 1> kde1d::tools::get_order(const Eigen::VectorXd&)':
../inst/include/kde1d/tools.hpp:90:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<double, -1, 1> >::Index' {aka 'long int'} [-Wsign-compare]
   90 |   for (size_t i = 0; i < x.size(); ++i)
      |                      ~~^~~~~~~~~~
../inst/include/kde1d/tools.hpp: In function 'Eigen::VectorXd kde1d::tools::linbin(const Eigen::VectorXd&, double, double, size_t, const Eigen::VectorXd&)':
../inst/include/kde1d/tools.hpp:115:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<double, -1, 1> >::Index' {aka 'long int'} [-Wsign-compare]
  115 |   for (size_t i = 0; i < x.size(); ++i) {
      |                      ~~^~~~~~~~~~
../inst/include/kde1d/stats.hpp: In function 'Eigen::VectorXd kde1d::stats::equi_jitter(const Eigen::VectorXd&)':
../inst/include/kde1d/stats.hpp:185:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::Index' {aka 'long int'} [-Wsign-compare]
  185 |   for (size_t k = 0; k < tab.rows(); ++k) {
      |                      ~~^~~~~~~~~~~~
../inst/include/kde1d/stats.hpp:193:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<long unsigned int, -1, 1> >::Index' {aka 'long int'} [-Wsign-compare]
  193 |   for (size_t i = 0; i < perm.size(); ++i)
      |                      ~~^~~~~~~~~~~~~
In file included from ../inst/include/kde1d/kde1d.hpp:4:
../inst/include/kde1d/interpolation.hpp: In member function 'Eigen::VectorXd kde1d::interp::InterpolationGrid1d::integrate(const Eigen::VectorXd&, bool) const':
../inst/include/kde1d/interpolation.hpp:121:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<double, -1, 1> >::Index' {aka 'long int'} [-Wsign-compare]
  121 |   for (size_t i = 0; i < x.size(); ++i) {
      |                      ~~^~~~~~~~~~
../inst/include/kde1d/kde1d.hpp: In member function 'Eigen::VectorXd kde1d::Kde1d::quantile_continuous(const Eigen::VectorXd&) const':
../inst/include/kde1d/kde1d.hpp:267:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'Eigen::EigenBase<Eigen::Matrix<double, -1, 1> >::Index' {aka 'long int'} [-Wsign-compare]
  267 |   for (size_t i = 0; i < x.size(); i++) {
      |                      ~~^~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o kde1d.so RcppExports.o kde1d-interface.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/kde1d/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/kde1d/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/kde1d/src'
installing to /data/gannet/ripley/R/packages/tests-devel/kde1d.Rcheck/00LOCK-kde1d/00new/kde1d/libs
** R
** inst
** 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 (kde1d)