downloading reverse dependencies ... downloading glorenz_0.1.0.tar.gz ... ok installing dependencies ‘LorenzRegression’, ‘Rearrangement’ begin installing package ‘Rearrangement’ * installing *source* package ‘Rearrangement’ ... ** this is package ‘Rearrangement’ version ‘2.1’ ** package ‘Rearrangement’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** 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 (Rearrangement) begin installing package ‘LorenzRegression’ * installing *source* package ‘LorenzRegression’ ... ** this is package ‘LorenzRegression’ version ‘2.2.0’ ** using staged installation ** libs using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpo4tI1y/R.INSTALL19c58b64b2e351/LorenzRegression/src' g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c GA_fitness.cpp -o GA_fitness.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c GA_meanrank.cpp -o GA_meanrank.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PLR_derivative_m.cpp -o PLR_derivative_m.o PLR_derivative_m.cpp: In function ‘arma::vec PLR_derivative_cpp_m(arma::vec, arma::vec, arma::vec, int, arma::mat, arma::vec, arma::vec, double, double, int)’: PLR_derivative_m.cpp:150:74: warning: ‘kerd’ may be used uninitialized [-Wmaybe-uninitialized] 150 | double contrib = pi_std[i] * pi_std[j] * (y_std[i] - y_std[j]) * kerd; | ^~~~ PLR_derivative_m.cpp:12:11: note: ‘kerd’ was declared here 12 | double kerd, u=0; | ^~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PLR_derivative_zero.cpp -o PLR_derivative_zero.o PLR_derivative_zero.cpp: In function ‘arma::vec PLR_derivative_cpp_zero(arma::vec, arma::vec, arma::mat, arma::vec, arma::vec, double, double, int)’: PLR_derivative_zero.cpp:43:72: warning: ‘kerh’ may be used uninitialized [-Wmaybe-uninitialized] 43 | double contrib = pi_std[i] * pi_std[j] * (y_std[i] - y_std[j]) * kerh; | ^~~~ PLR_derivative_zero.cpp:10:11: note: ‘kerh’ was declared here 10 | double kerh; | ^~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PLR_loss_m.cpp -o PLR_loss_m.o PLR_loss_m.cpp: In function ‘double PLR_loss_cpp_m(double, arma::mat, arma::vec, arma::vec, int, arma::vec, arma::vec, double, double, int)’: PLR_loss_m.cpp:126:60: warning: ‘kerd’ may be used uninitialized [-Wmaybe-uninitialized] 126 | sum = sum + pi_std[i]*pi_std[j]*(y_std[i]-y_std[j])*kerd; PLR_loss_m.cpp:13:27: note: ‘kerd’ was declared here 13 | double sum=-lossz, u=0, kerd; | ^~~~ g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c PLR_loss_zero.cpp -o PLR_loss_zero.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c SCAD_derivative.cpp -o SCAD_derivative.o g++-14 -std=gnu++17 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c frac_rank.cpp -o frac_rank.o g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o LorenzRegression.so GA_fitness.o GA_meanrank.o PLR_derivative_m.o PLR_derivative_zero.o PLR_loss_m.o PLR_loss_zero.o RcppExports.o SCAD_derivative.o frac_rank.o -L/home/hornik/tmp/R-d-gcc-14/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpo4tI1y/R.INSTALL19c58b64b2e351/LorenzRegression/src' installing to /home/hornik/tmp/CRAN_recheck/Library/00LOCK-LorenzRegression/00new/LorenzRegression/libs ** R ** data *** moving datasets to lazyload DB ** 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 (LorenzRegression) checking LorenzRegression_2.2.0.tar.gz ... checking glorenz_0.1.0.tar.gz ... Depends: Package: LorenzRegression Depends: R (>= 3.3.1) Imports: stats, ggplot2, parsnip, boot, rsample, parallel, doParallel, foreach, MASS, GA, Rearrangement, progress, Rcpp (>= 0.11.0) LinkingTo: Rcpp, RcppArmadillo Timings: user system elapsed LorenzRegression 113.124 8.724 125.45 Results: Check status summary: ERROR OK Source packages 0 1 Reverse depends 1 0 Check results summary: LorenzRegression ... OK rdepends_glorenz ... ERROR * checking whether package ‘glorenz’ can be installed ... [6s/6s] WARNING * checking R code for possible problems ... [8s/8s] NOTE * checking examples ... [3s/3s] ERROR Check results changes: Package: glorenz Check: examples New result: ERROR Package: glorenz Check: R code for possible problems New result: NOTE Package: glorenz Check: whether package can be installed New result: WARNING