* installing *source* package 'penAFT' ...
** this is package 'penAFT' version '0.3.2'
** package 'penAFT' 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_11_01_00_52_33_4216/RtmpgLdofV/R.INSTALL45881cee707/penAFT/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ADMM_ENrun.cpp -o ADMM_ENrun.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from ADMM_ENrun.cpp:1:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
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-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ADMM_SGrun.cpp -o ADMM_SGrun.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from ADMM_SGrun.cpp:1:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
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-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/RtmpgLdofV/R.INSTALL45881cee707/penAFT/src'
make[1]: Entering directory '/d/temp/2025_11_01_00_52_33_4216/RtmpgLdofV/R.INSTALL45881cee707/penAFT/src'
make[1]: Leaving directory '/d/temp/2025_11_01_00_52_33_4216/RtmpgLdofV/R.INSTALL45881cee707/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.2.zip
* DONE (penAFT)