* installing *source* package ‘ADMM’ ... ** package ‘ADMM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ADMM/src' g++-14 -std=gnu++11 -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 -DC99_INLINE_SEMANTICS=0 -fopenmp -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 g++-14 -std=gnu++11 -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 -DC99_INLINE_SEMANTICS=0 -fopenmp -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 src_auxiliary.cpp -o src_auxiliary.o g++-14 -std=gnu++11 -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 -DC99_INLINE_SEMANTICS=0 -fopenmp -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 src_gathered.cpp -o src_gathered.o src_auxiliary.cpp: In function 'arma::cube multipleinversion(arma::mat, double, arma::mat, arma::mat, arma::vec)': src_auxiliary.cpp:16:13: warning: unused variable 'n' [-Wunused-variable] 16 | const int n = A.n_rows; | ^ src_auxiliary.cpp:18:13: warning: unused variable 'd1' [-Wunused-variable] 18 | const int d1 = R.n_rows; | ^~ src_gathered.cpp: In function 'Rcpp::List admm_bp(const arma::mat&, const arma::colvec&, arma::colvec&, double, double, int, double, double)': src_gathered.cpp:137:13: warning: unused variable 'm' [-Wunused-variable] 137 | const int m = A.n_rows; | ^ src_gathered.cpp: In function 'arma::mat enet_factor(arma::mat, double)': src_gathered.cpp:226:13: warning: unused variable 'm' [-Wunused-variable] 226 | const int m = A.n_rows; | ^ src_gathered.cpp: In function 'Rcpp::List admm_enet(const arma::mat&, const arma::colvec&, double, double, double, double, int, double)': src_gathered.cpp:236:13: warning: unused variable 'm' [-Wunused-variable] 236 | const int m = A.n_rows; | ^ src_gathered.cpp: In function 'arma::mat genlasso_factor(const arma::mat&, double, const arma::mat&)': src_gathered.cpp:326:13: warning: unused variable 'm' [-Wunused-variable] 326 | const int m = A.n_rows; | ^ src_gathered.cpp:327:13: warning: unused variable 'n' [-Wunused-variable] 327 | const int n = A.n_cols; | ^ src_gathered.cpp: In function 'Rcpp::List admm_genlasso(const arma::mat&, const arma::colvec&, const arma::mat&, double, double, double, int, double)': src_gathered.cpp:335:13: warning: unused variable 'm' [-Wunused-variable] 335 | const int m = A.n_rows; | ^ src_gathered.cpp: In function 'Rcpp::List admm_sdp(arma::mat&, arma::field<arma::Mat<double> >&, arma::vec, double, double, double, int, double, bool)': src_gathered.cpp:929:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 929 | for (int i=0;i<m;i++){ | ~^~ src_gathered.cpp:949:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 949 | for (int i=0;i<m;i++){ | ~^~ src_gathered.cpp:959:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 959 | for (int i=0;i<m;i++){ | ~^~ g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o ADMM.so RcppExports.o src_auxiliary.o src_gathered.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ADMM/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ADMM/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ADMM/src' installing to /data/gannet/ripley/R/packages/tests-devel/ADMM.Rcheck/00LOCK-ADMM/00new/ADMM/libs ** R ** inst ** 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 (ADMM)