* installing *source* package 'cmenet' ...
** package 'cmenet' 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'
using C++11
make[1]: Entering directory '/d/temp/Rtmpgp0YQd/R.INSTALLfbe8492c31b7/cmenet/src'
g++  -std=gnu++11 -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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cme.cpp -o cme.o
cme.cpp: In function 'bool coord_des_onerun(int, int, Rcpp::NumericVector&, Rcpp::NumericVector&, bool, double, double, std::vector<double>&, std::vector<double>&, std::vector<double>&, std::vector<double>&, std::vector<bool>&, std::vector<bool>&, std::vector<double>&, std::vector<double>&, std::vector<double>&)':
cme.cpp:307:11: warning: unused variable 'condind' [-Wunused-variable]
  307 |       int condind = 0; //index for condition
      |           ^~~~~~~
cme.cpp: In function 'Rcpp::List cme(Rcpp::NumericMatrix&, Rcpp::NumericMatrix&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, double, int, int, int, bool)':
cme.cpp:522:10: warning: unused variable 'cur_beta' [-Wunused-variable]
  522 |   double cur_beta = 0.0; //running beta
      |          ^~~~~~~~
cme.cpp:529:8: warning: unused variable 'kkt_bool' [-Wunused-variable]
  529 |   bool kkt_bool;
      |        ^~~~~~~~
cme.cpp:557:10: warning: unused variable 'inprod' [-Wunused-variable]
  557 |   double inprod = 0.0; //inner product
      |          ^~~~~~
cme.cpp:558:10: warning: unused variable 'thresh' [-Wunused-variable]
  558 |   double thresh = 0.0; //threshold for screening
      |          ^~~~~~
g++  -std=gnu++11 -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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c getModelMtx.cpp -o getModelMtx.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:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -shared -s -static-libgcc -o cmenet.dll tmp.def RcppExports.o cme.o getModelMtx.o init.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/Rtmpgp0YQd/R.INSTALLfbe8492c31b7/cmenet/src'
make[1]: Entering directory '/d/temp/Rtmpgp0YQd/R.INSTALLfbe8492c31b7/cmenet/src'
make[1]: Leaving directory '/d/temp/Rtmpgp0YQd/R.INSTALLfbe8492c31b7/cmenet/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-cmenet/00new/cmenet/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 'cmenet' as cmenet_0.1.2.zip
* DONE (cmenet)