* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘HiGarrote’ ...
** package ‘HiGarrote’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpmuqjen/R.INSTALL3d2e27cd63bd/HiGarrote/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'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/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'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c lib.cpp -o lib.o
lib.cpp: In function ‘arma::mat Psi_mat_cpp(const std::vector<arma::Mat<double> >&, const Rcpp::NumericVector&)’:
lib.cpp:208:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<arma::Mat<double> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  208 |   for(int i = 0; i < h_list_mat.size(); ++i) {
      |                  ~~^~~~~~~~~~~~~~~~~~~
lib.cpp: In member function ‘Rcpp::List NLLH::nllh_cpp(const Rcpp::NumericVector&)’:
lib.cpp:299:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<arma::Mat<double> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  299 |     for(int i = 0; i < R_beta_deriv.size(); ++i) {
      |                    ~~^~~~~~~~~~~~~~~~~~~~~
lib.cpp: In member function ‘Rcpp::List NLLH::nllh_GP_cpp(const Rcpp::NumericVector&)’:
lib.cpp:398:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<arma::Mat<double> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  398 |     for(int i = 0; i < R_beta_deriv.size(); ++i) {
      |                    ~~^~~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o HiGarrote.so RcppExports.o lib.o -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpmuqjen/R.INSTALL3d2e27cd63bd/HiGarrote/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpmuqjen/R.INSTALL3d2e27cd63bd/HiGarrote/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpmuqjen/R.INSTALL3d2e27cd63bd/HiGarrote/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-HiGarrote/00new/HiGarrote/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 (HiGarrote)