* installing *source* package 'ELAplus' ...
** this is package 'ELAplus' version '1.0.2'
** package 'ELAplus' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_05_30_01_50_00_9842/Rtmp8iLPrH/R.INSTALL992e83b3412d9/ELAplus/src'
g++ -std=gnu++20  -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ELA_functions.cpp -o ELA_functions.o
ELA_functions.cpp: In function 'arma::mat SA(const arma::mat&, const double&, const int&, bool, bool, const double&, const int&, const double&, const double&)':
ELA_functions.cpp:129:7: warning: unused variable 'total_tt' [-Wunused-variable]
  129 |   int total_tt = 0;
      |       ^~~~~~~~
ELA_functions.cpp:132:10: warning: unused variable 'minu' [-Wunused-variable]
  132 |   double minu = std::numeric_limits<double>::infinity();
      |          ^~~~
ELA_functions.cpp:150:10: warning: unused variable 'upd' [-Wunused-variable]
  150 |   double upd;
      |          ^~~
ELA_functions.cpp: In function 'arma::mat fullSA(const arma::mat&, const arma::mat&, bool, bool, const double&, const int&, const double&, const int&, const double&, const double&)':
ELA_functions.cpp:333:10: warning: unused variable 'minu' [-Wunused-variable]
  333 |   double minu = std::numeric_limits<double>::infinity();
      |          ^~~~
ELA_functions.cpp: In function 'int convDec(arma::rowvec)':
ELA_functions.cpp:697:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  697 |   for(int i=0; i< v.n_elem; i++){
      |                ~^~~~~~~~~~
ELA_functions.cpp: In function 'std::string convStr(const arma::rowvec&)':
ELA_functions.cpp:710:17: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  710 |   for(int i=0; i< v.n_elem; i++){
      |                ~^~~~~~~~~~
ELA_functions.cpp: In function 'arma::mat SSentropy_cpp(arma::mat, arma::mat, arma::rowvec, arma::mat, int, int)':
ELA_functions.cpp:758:18: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  758 |   for(int i=0; i < uoc.n_rows; i++){
      |                ~~^~~~~~~~~~~~
g++ -std=gnu++20  -I"D:/RCompile/recent/R-4.6.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
RcppExports.cpp:54:15: warning: inline function 'double cEnergy(const arma::rowvec&, const arma::rowvec&, const arma::mat&)' used but never defined
   54 | inline double cEnergy(const arma::rowvec& state, const arma::rowvec& alpha, const arma::mat& beta);
      |               ^~~~~~~
g++ -std=gnu++20 -shared -s -static-libgcc -o ELAplus.dll tmp.def ELA_functions.o RcppExports.o -fopenmp -LD:/RCompile/recent/R-4.6.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.6.0/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.6.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_05_30_01_50_00_9842/Rtmp8iLPrH/R.INSTALL992e83b3412d9/ELAplus/src'
make[1]: Entering directory '/d/temp/2026_05_30_01_50_00_9842/Rtmp8iLPrH/R.INSTALL992e83b3412d9/ELAplus/src'
make[1]: Leaving directory '/d/temp/2026_05_30_01_50_00_9842/Rtmp8iLPrH/R.INSTALL992e83b3412d9/ELAplus/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-ELAplus/00new/ELAplus/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 'ELAplus' as ELAplus_1.0.2.zip
* DONE (ELAplus)