* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘LorenzRegression’ ...
** this is package ‘LorenzRegression’ version ‘2.2.0’
** package ‘LorenzRegression’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/tmp/RtmprQqVeK/R.INSTALLa685661f78059/LorenzRegression/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -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.check/r-devel-gcc/Work/build/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.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmprQqVeK/R.INSTALLa685661f78059/LorenzRegression/src'
make[1]: Entering directory '/tmp/RtmprQqVeK/R.INSTALLa685661f78059/LorenzRegression/src'
make[1]: Leaving directory '/tmp/RtmprQqVeK/R.INSTALLa685661f78059/LorenzRegression/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)