* installing *source* package ‘penAFT’ ... ** package ‘penAFT’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/penAFT/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c ADMM_ENrun.cpp -o ADMM_ENrun.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c ADMM_SGrun.cpp -o ADMM_SGrun.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.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++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o penAFT.so ADMM_ENrun.o ADMM_SGrun.o RcppExports.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/penAFT/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/penAFT/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/penAFT/src' installing to /data/gannet/ripley/R/packages/tests-devel/penAFT.Rcheck/00LOCK-penAFT/00new/penAFT/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (penAFT)