* installing *source* package 'ILSE' ...
** package 'ILSE' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++11
make[1]: Entering directory '/d/temp/2024_11_21_01_50_00_28815/RtmpYfzjVB/R.INSTALL8914478929c9/ILSE/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"   -DARMA_64BIT_WORD    -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c ilse_arma.cpp -o ilse_arma.o
ilse_arma.cpp: In function 'Rcpp::List ilse_arma(const arma::vec&, const arma::mat&, const arma::vec&, const double&, const int&, const int&, const double&, const double&, const bool&)':
ilse_arma.cpp:135:10: warning: unused variable 'rss_old' [-Wunused-variable]
  135 |   double rss_old = 1e8;
      |          ^~~~~~~
ilse_arma.cpp:144:10: warning: unused variable 'rss_new' [-Wunused-variable]
  144 |   double rss_new, d_fn, d_par;
      |          ^~~~~~~
g++ -shared -s -static-libgcc -o ILSE.dll tmp.def RcppExports.o ilse_arma.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_11_21_01_50_00_28815/RtmpYfzjVB/R.INSTALL8914478929c9/ILSE/src'
make[1]: Entering directory '/d/temp/2024_11_21_01_50_00_28815/RtmpYfzjVB/R.INSTALL8914478929c9/ILSE/src'
make[1]: Leaving directory '/d/temp/2024_11_21_01_50_00_28815/RtmpYfzjVB/R.INSTALL8914478929c9/ILSE/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-ILSE/00new/ILSE/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'ILSE' as ILSE_1.1.7.zip
* DONE (ILSE)