* installing *source* package 'ADMM' ...
** this is package 'ADMM' version '0.3.4'
** package 'ADMM' 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_13_01_50_00_26121/RtmpqSrDlp/R.INSTALLa7642930562a/ADMM/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.6/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/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c src_auxiliary.cpp -o src_auxiliary.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from src_auxiliary.cpp:1:
D:/RCompile/CRANpkg/lib/4.6/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")
| ^
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;
| ^~
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c src_gathered.cpp -o src_gathered.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from src_gathered.cpp:1:
D:/RCompile/CRANpkg/lib/4.6/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")
| ^
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++ -std=gnu++17 -shared -s -static-libgcc -o ADMM.dll tmp.def RcppExports.o src_auxiliary.o src_gathered.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpqSrDlp/R.INSTALLa7642930562a/ADMM/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpqSrDlp/R.INSTALLa7642930562a/ADMM/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpqSrDlp/R.INSTALLa7642930562a/ADMM/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-ADMM/00new/ADMM/libs/x64
** 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
** 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 'ADMM' as ADMM_0.3.4.zip
* DONE (ADMM)