* installing *source* package ‘rego’ ...
** package ‘rego’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rego/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'/data/gannet/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 rego.cpp -o rego.o
In file included from ../inst/include/armadillo/include/armadillo:611,
                 from rego.cpp:48:
../inst/include/armadillo/include/armadillo_bits/auxlib_meat.hpp: In static member function 'static bool arma::auxlib::solve_square_fast(arma::Mat<typename T1::elem_type>&, arma::Mat<typename T1::elem_type>&, const arma::Base<typename T1::elem_type, T1>&)':
../inst/include/armadillo/include/armadillo_bits/auxlib_meat.hpp:3388:34: warning: typedef 'eT' locally defined but not used [-Wunused-local-typedefs]
 3388 |   typedef typename T1::elem_type eT;
      |                                  ^~
rego.cpp: In function 'str_out_uni_select model_univariate_selection(arma::mat*, double, double, bool, double)':
rego.cpp:1102:14: warning: unused variable 'n_tot_mod_c' [-Wunused-variable]
 1102 |       double n_tot_mod_c=nvars*100;
      |              ^~~~~~~~~~~
rego.cpp:1103:14: warning: unused variable 'C_c' [-Wunused-variable]
 1103 |       double C_c=0.01;
      |              ^~~
rego.cpp:1109:14: warning: unused variable 'nc' [-Wunused-variable]
 1109 |       uli nr,nc,nvar_max;
      |              ^~
rego.cpp:1111:12: warning: unused variable 'univariate' [-Wunused-variable]
 1111 |       bool univariate=1;
      |            ^~~~~~~~~~
rego.cpp:1134:14: warning: unused variable 'log_FBF' [-Wunused-variable]
 1134 |       double log_FBF;
      |              ^~~~~~~
rego.cpp: In function 'str_pred_out sarimax_pred(arma::mat*, bool, arma::mat, arma::vec, long unsigned int, std::string, bool, bool, arma::field<arma::Col<double> >)':
rego.cpp:1886:10: warning: 'L' may be used uninitialized [-Wmaybe-uninitialized]
 1886 |   double L, L_adj;
      |          ^
rego.cpp:1886:13: warning: 'L_adj' may be used uninitialized [-Wmaybe-uninitialized]
 1886 |   double L, L_adj;
      |             ^~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o rego.so init.o rego.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rego/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rego/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rego/src'
installing to /data/gannet/ripley/R/packages/tests-devel/rego.Rcheck/00LOCK-rego/00new/rego/libs
** R
** data
** 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 (rego)