* installing *source* package 'MLModelSelection' ...
** package 'MLModelSelection' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/Rtmp0crvR2/R.INSTALL223fc2788122/MLModelSelection/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:/RCompile/CRANpkg/lib/4.3/RcppDist/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c MLModelSelection.cpp -o MLModelSelection.o
MLModelSelection.cpp: In member function 'arma::mat MLModelSelection::Dit(int, int, arma::vec, arma::mat)':
MLModelSelection.cpp:211:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
  211 |     for(int ii=0; ii<lambda.n_rows; ii++){
      |                   ~~^~~~~~~~~~~~~~
MLModelSelection.cpp: In member function 'void MLModelSelection::ParameterEstimation()':
MLModelSelection.cpp:660:44: warning: 'phi_est' may be used uninitialized [-Wmaybe-uninitialized]
  660 |                             res += phi_est * ( pred_y(i, j, g) - as_scalar(x*beta_mean.col(g)) );
      |                                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MLModelSelection.cpp:627:17: note: 'phi_est' was declared here
  627 |     double res, phi_est;
      |                 ^~~~~~~
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:/RCompile/CRANpkg/lib/4.3/RcppDist/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
gcc  -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:/RCompile/CRANpkg/lib/4.3/RcppDist/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o MLModelSelection.dll tmp.def MLModelSelection.o RcppExports.o registerDynamicSymbol.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/Rtmp0crvR2/R.INSTALL223fc2788122/MLModelSelection/src'
make[1]: Entering directory '/d/temp/Rtmp0crvR2/R.INSTALL223fc2788122/MLModelSelection/src'
make[1]: Leaving directory '/d/temp/Rtmp0crvR2/R.INSTALL223fc2788122/MLModelSelection/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-MLModelSelection/00new/MLModelSelection/libs/x64
** R
** data
** 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 'MLModelSelection' as MLModelSelection_1.0.zip
* DONE (MLModelSelection)