* installing *source* package ‘autotune’ ...
** this is package ‘autotune’ version ‘0.1.1’
** package ‘autotune’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/autotune/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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++ -std=gnu++20 -shared -L/usr/local/lib64 -o autotune.so RcppExports.o autotune_lasso.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/autotune/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/autotune/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/autotune/src'
installing to /data/localhost/ripley/R/packages/tests-devel/autotune.Rcheck/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)