* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘QuantRegGLasso’ ...
** this is package ‘QuantRegGLasso’ version ‘1.0.0’
** package ‘QuantRegGLasso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-8) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUbrR3x/R.INSTALL19bf58740b5213/QuantRegGLasso/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -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-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c awgl.cpp -o awgl.o
awgl.cpp: In function ‘Rcpp::List awgl(arma::mat, arma::mat, arma::vec, double, int, int, double, double, int, double)’:
awgl.cpp:451:30: warning: ‘eT arma::subview_col<eT>::min(arma::uword&) const [with eT = double; arma::uword = unsigned int]’ is deprecated: use .index_min() instead [-Wdeprecated-declarations]
  451 |       (BIC_lambda.col(0)).min(index1);
      |       ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo:702,
                 from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32,
                 from awgl.cpp:3:
/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/current/armadillo_bits/subview_meat.hpp:3829:1: note: declared here
 3829 | subview_col<eT>::min(uword& index_of_min_val) const
      | ^~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o QuantRegGLasso.so RcppExports.o awgl.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUbrR3x/R.INSTALL19bf58740b5213/QuantRegGLasso/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpUbrR3x/R.INSTALL19bf58740b5213/QuantRegGLasso/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpUbrR3x/R.INSTALL19bf58740b5213/QuantRegGLasso/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-QuantRegGLasso/00new/QuantRegGLasso/libs
** R
** 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 (QuantRegGLasso)