* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘autotune’ ...
** this is package ‘autotune’ version ‘0.1.0’
** package ‘autotune’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-16 (Debian 16.2.0-1) 16.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQbJul3/R.INSTALL981df3ec385/autotune/src'
g++-16 -std=gnu++20 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++20 -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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c autotune_lasso.cpp -o autotune_lasso.o
autotune_lasso.cpp: In function ‘Rcpp::List autotune_lasso_cpp(SEXP, SEXP, float, bool, bool, bool, bool, bool, double, double, short int, short int, short int, bool, double)’:
autotune_lasso.cpp:259:18: warning: ‘idx’ may be used uninitialized [-Wmaybe-uninitialized]
  259 |       if(beta[idx] != 0.0) {
      |                  ^
autotune_lasso.cpp:103:7: note: ‘idx’ was declared here
  103 |   int idx;
      |       ^~~
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o autotune.so RcppExports.o autotune_lasso.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQbJul3/R.INSTALL981df3ec385/autotune/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQbJul3/R.INSTALL981df3ec385/autotune/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQbJul3/R.INSTALL981df3ec385/autotune/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-autotune/00new/autotune/libs
** 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
** 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 (autotune)