* installing *source* package ‘autotune’ ... ** this is package ‘autotune’ version ‘0.1.0’ ** using staged installation ** libs using C++ compiler: ‘g++-16 (Debian 16.1.0-2) 16.1.0’ g++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/Rcpp/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++-16 -std=gnu++20 -I"/home/hornik/tmp/R-d-gcc-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.7/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -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-d-gcc-16/lib -Wl,-O1 -o autotune.so RcppExports.o autotune_lasso.o -L/home/hornik/tmp/R-d-gcc-16/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/autotune.Rcheck/00LOCK-autotune/00new/autotune/libs ** 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 ** 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)