* installing *source* package 'HiGarrote' ...
** package 'HiGarrote' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2024_11_15_01_50_00_7107/Rtmp4QBVUx/R.INSTALL4f9838c33d5a/HiGarrote/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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 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 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 long unsigned int'} [-Wsign-compare]
  398 |     for(int i = 0; i < R_beta_deriv.size(); ++i) {
      |                    ~~^~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o HiGarrote.dll tmp.def RcppExports.o lib.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_11_15_01_50_00_7107/Rtmp4QBVUx/R.INSTALL4f9838c33d5a/HiGarrote/src'
make[1]: Entering directory '/d/temp/2024_11_15_01_50_00_7107/Rtmp4QBVUx/R.INSTALL4f9838c33d5a/HiGarrote/src'
make[1]: Leaving directory '/d/temp/2024_11_15_01_50_00_7107/Rtmp4QBVUx/R.INSTALL4f9838c33d5a/HiGarrote/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-HiGarrote/00new/HiGarrote/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'HiGarrote' as HiGarrote_1.0.zip
* DONE (HiGarrote)