* installing *source* package 'penAFT' ...
** package 'penAFT' 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/RtmpYn4Ju9/R.INSTALL1bb4030ad42eb/penAFT/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ADMM_ENrun.cpp -o ADMM_ENrun.o
ADMM_ENrun.cpp: In function 'Rcpp::List ADMM_ENrun(const arma::vec&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::mat&, const arma::mat&, double, double, double, double, double, const arma::vec&, arma::vec, const arma::vec&, arma::vec, unsigned int, double, double, double, double)':
ADMM_ENrun.cpp:97:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
   97 |     for (unsigned int k = 0; k < l; k++)
      |                              ~~^~~
ADMM_ENrun.cpp:119:38: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  119 |         for (unsigned int ee = 0; ee < n; ee++)
      |                                   ~~~^~~
ADMM_ENrun.cpp:123:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  123 |                 for (unsigned int ff = 0; ff < n; ff++)
      |                                           ~~~^~~
ADMM_ENrun.cpp:160:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  160 |         for (unsigned int k = 0; k < l; k++)
      |                                  ~~^~~
ADMM_ENrun.cpp:174:36: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  174 |         for (unsigned int m = 0; m < l; m++)
      |                                  ~~^~~
ADMM_ENrun.cpp:194:46: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  194 |                 for (unsigned int ee = 0; ee < n; ee++)
      |                                           ~~~^~~
ADMM_ENrun.cpp:198:54: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  198 |                         for (unsigned int ff = 0; ff < n; ff++)
      |                                                   ~~~^~~
ADMM_ENrun.cpp:224:42: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  224 |             for (unsigned int ee = 0; ee < n; ee++)
      |                                       ~~~^~~
ADMM_ENrun.cpp:228:54: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  228 |                         for (unsigned int ff = 0; ff < n; ff++)
      |                                                   ~~~^~~
ADMM_ENrun.cpp:271:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  271 |     for (unsigned int i = 0; i < l; i++)
      |                              ~~^~~
ADMM_ENrun.cpp:276:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  276 |     for (unsigned int i = 0; i < l; i++)
      |                              ~~^~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ADMM_SGrun.cpp -o ADMM_SGrun.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -shared -s -static-libgcc -o penAFT.dll tmp.def ADMM_ENrun.o ADMM_SGrun.o RcppExports.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpYn4Ju9/R.INSTALL1bb4030ad42eb/penAFT/src'
make[1]: Entering directory '/d/temp/RtmpYn4Ju9/R.INSTALL1bb4030ad42eb/penAFT/src'
make[1]: Leaving directory '/d/temp/RtmpYn4Ju9/R.INSTALL1bb4030ad42eb/penAFT/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-penAFT/00new/penAFT/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 'penAFT' as penAFT_0.3.0.zip
* DONE (penAFT)