downloading reverse dependencies ... downloading cheem_0.4.0.0.tar.gz ... ok installing dependencies ‘lqmm’, ‘Rdimtools’, ‘spinifex’ also installing the dependencies ‘ADMM’, ‘maotai’, ‘SparseGrid’ begin installing package ‘ADMM’ begin installing package ‘maotai’ begin installing package ‘SparseGrid’ * installing *source* package ‘SparseGrid’ ... ** package ‘SparseGrid’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 * DONE (SparseGrid) begin installing package ‘lqmm’ * installing *source* package ‘lqmm’ ... ** package ‘lqmm’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDOZ13u/R.INSTALL2799a7359017d2/lqmm/src' gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gcc-14 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c lqmm.c -o lqmm.o gcc-14 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o lqmm.so init.o lqmm.o -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDOZ13u/R.INSTALL2799a7359017d2/lqmm/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-lqmm/00new/lqmm/libs ** R ** data ** 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 (lqmm) * installing *source* package ‘ADMM’ ... ** package ‘ADMM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’ using C++11 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFypJm8/R.INSTALL2799574dcad8d8/ADMM/src' g++-14 -std=gnu++11 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++11 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c src_auxiliary.cpp -o src_auxiliary.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; | ^~ g++-14 -std=gnu++11 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c src_gathered.cpp -o src_gathered.o 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::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= X.n_cols)){ | ~~~~~^~~~~~~~~~~ ver1_nonlinear.cpp:97:7: warning: unused variable ‘P’ [-Wunused-variable] 97 | int P = X.n_cols; | ^ ver1_nonlinear.cpp: In function ‘Rcpp::List dt_rpca(arma::mat&, double, double, int, double)’: ver1_nonlinear.cpp:394:7: warning: unused variable ‘N’ [-Wunused-variable] 394 | int N = X.n_rows; | ^ ver1_nonlinear.cpp:395:7: warning: unused variable ‘P’ [-Wunused-variable] 395 | int P = X.n_cols; | ^ g++-14 -std=gnu++11 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppDist/include' -I'/home/hornik/tmp/CRAN_recheck/Library/maotai/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O2 -Wall -pedantic -mtune=native -DR_NO_REMAP -c ver1_utility.cpp -o ver1_utility.o g++-14 -std=gnu++11 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o Rdimtools.so RcppExports.o Rdimtools_auxiliary.o example_class.o methods_estimation.o methods_handytools.o methods_linear.o methods_nonlinear.o ver1_computation.o ver1_feature.o ver1_linear.o ver1_nonlinear.o ver1_utility.o -fopenmp -llapack -L/home/hornik/tmp/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp3iNHC0/R.INSTALL279b8b44e970b5/Rdimtools/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-Rdimtools/00new/Rdimtools/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 (Rdimtools) begin installing package ‘spinifex’ * installing *source* package ‘spinifex’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** 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 * DONE (spinifex) checking spinifex_0.3.8.tar.gz ... checking cheem_0.4.0.0.tar.gz ... Depends: Package: spinifex Depends: R (>= 3.5.0), tourr Imports: ggplot2, gganimate, plotly, shiny, Rdimtools, magrittr Timings: user system elapsed spinifex 129.615 7.764 137.771 Results: Check status summary: OK Source packages 1 Reverse depends 1 Check results summary: spinifex ... OK rdepends_cheem ... OK