* installing *source* package 'PSGD' ...
** this is package 'PSGD' version '1.0.6'
** package 'PSGD' 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/2025_12_28_01_50_00_8710/RtmpmWvBea/R.INSTALL1362828924865/PSGD/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Logistic_Model.cpp -o Logistic_Model.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Main_CV_PSGD.cpp -o Main_CV_PSGD.o
Main_CV_PSGD.cpp:39: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
   39 |   # pragma omp parallel for num_threads(n_threads)
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Main_PSGD.cpp -o Main_PSGD.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c PSGD.cpp -o PSGD.o
In file included from PSGD.cpp:18:
Stepwise_Split.hpp: In function 'Rcpp::List Stepwise_Split(arma::mat, arma::vec, arma::uword, arma::uword, const arma::uword&, const arma::uword&, const double&)':
Stepwise_Split.hpp:104:29: warning: 'optimal_model' may be used uninitialized [-Wmaybe-uninitialized]
  104 |         models[optimal_model]->Variable_Update(models[optimal_model]->Get_Optimal_Variable(), x_std, y_c);
      |                             ^
Stepwise_Split.hpp:60:17: note: 'optimal_model' was declared here
   60 |     arma::uword optimal_model;
      |                 ^~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c PS_Model.cpp -o PS_Model.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/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"   -D__STDC_LIMIT_MACROS   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c Step_Model.cpp -o Step_Model.o
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
g++ -std=gnu++17 -shared -s -static-libgcc -o PSGD.dll tmp.def Logistic_Model.o Main_CV_PSGD.o Main_PSGD.o PSGD.o PS_Model.o RcppExports.o Step_Model.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -pthread -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_28_01_50_00_8710/RtmpmWvBea/R.INSTALL1362828924865/PSGD/src'
make[1]: Entering directory '/d/temp/2025_12_28_01_50_00_8710/RtmpmWvBea/R.INSTALL1362828924865/PSGD/src'
'LdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
'RcppLdFlags' has not been needed since 2013 (!!) and may get removed in 2027. Please update your 'Makevars'.
make[1]: Leaving directory '/d/temp/2025_12_28_01_50_00_8710/RtmpmWvBea/R.INSTALL1362828924865/PSGD/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-PSGD/00new/PSGD/libs/x64
** R
** 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 'PSGD' as PSGD_1.0.6.zip
* DONE (PSGD)