* installing *source* package 'grpsel' ...
** package 'grpsel' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpiCEGcb/R.INSTALLfb881d5a291e/grpsel/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cd.cpp -o cd.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fit-surface.cpp -o fit-surface.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c lipschitz.cpp -o lipschitz.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c loss.cpp -o loss.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ls.cpp -o ls.o
In file included from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo:405,
                 from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/RcppArmadillo.h:29,
                 from ls.cpp:1:
In function 'void arma::arma_check_bounds(bool, const T1&) [with T1 = char [39]]',
    inlined from 'const oT& arma::field<oT>::operator()(arma::uword) const [with oT = arma::Col<unsigned int>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/field_meat.hpp:553:26,
    inlined from 'void ls::update_square_orthogonal(fit&, par&, cd&)' at ls.cpp:96:32:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/debug.hpp:473:3: warning: 'best_s' may be used uninitialized [-Wmaybe-uninitialized]
  473 |   if(state)  { arma_stop_bounds_error(arma_str::str_wrapper(x)); }
      |   ^~
ls.cpp: In member function 'void ls::update_square_orthogonal(fit&, par&, cd&)':
ls.cpp:52:19: note: 'best_s' was declared here
   52 |       arma::uword best_s;
      |                   ^~~~~~
In function 'void arma::arma_check_bounds(bool, const T1&) [with T1 = char [39]]',
    inlined from 'const oT& arma::field<oT>::operator()(arma::uword) const [with oT = arma::Col<unsigned int>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/field_meat.hpp:553:26,
    inlined from 'void ls::update_logistic(fit&, par&, cd&)' at ls.cpp:355:32:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/debug.hpp:473:3: warning: 'best_s' may be used uninitialized [-Wmaybe-uninitialized]
  473 |   if(state)  { arma_stop_bounds_error(arma_str::str_wrapper(x)); }
      |   ^~
ls.cpp: In member function 'void ls::update_logistic(fit&, par&, cd&)':
ls.cpp:291:19: note: 'best_s' was declared here
  291 |       arma::uword best_s;
      |                   ^~~~~~
In function 'void arma::arma_check_bounds(bool, const T1&) [with T1 = char [39]]',
    inlined from 'const oT& arma::field<oT>::operator()(arma::uword) const [with oT = arma::Col<unsigned int>]' at D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/field_meat.hpp:553:26,
    inlined from 'void ls::update_square(fit&, par&, cd&)' at ls.cpp:221:32:
D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include/armadillo_bits/debug.hpp:473:3: warning: 'best_s' may be used uninitialized [-Wmaybe-uninitialized]
  473 |   if(state)  { arma_stop_bounds_error(arma_str::str_wrapper(x)); }
      |   ^~
ls.cpp: In member function 'void ls::update_square(fit&, par&, cd&)':
ls.cpp:163:19: note: 'best_s' was declared here
  163 |       arma::uword best_s;
      |                   ^~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c orthogonalise.cpp -o orthogonalise.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c standardise.cpp -o standardise.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c surface.cpp -o surface.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  "-Iinclude"   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c threshold.cpp -o threshold.o
g++ -std=gnu++17 -shared -s -static-libgcc -o grpsel.dll tmp.def RcppExports.o cd.o fit-surface.o lipschitz.o loss.o ls.o orthogonalise.o standardise.o surface.o threshold.o -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/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-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpiCEGcb/R.INSTALLfb881d5a291e/grpsel/src'
make[1]: Entering directory '/d/temp/RtmpiCEGcb/R.INSTALLfb881d5a291e/grpsel/src'
make[1]: Leaving directory '/d/temp/RtmpiCEGcb/R.INSTALLfb881d5a291e/grpsel/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-grpsel/00new/grpsel/libs/x64
** R
** 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 'grpsel' as grpsel_1.3.1.zip
* DONE (grpsel)