* installing *source* package 'rego' ...
** package 'rego' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp2HeeAZ/R.INSTALL2466418d84063/rego/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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++ -std=gnu++17 -shared -s -static-libgcc -o rego.dll tmp.def init.o rego.o -lgfortran -lm -lquadmath -ftrack-macro-expansion=0 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp2HeeAZ/R.INSTALL2466418d84063/rego/src'
make[1]: Entering directory '/d/temp/Rtmp2HeeAZ/R.INSTALL2466418d84063/rego/src'
make[1]: Leaving directory '/d/temp/Rtmp2HeeAZ/R.INSTALL2466418d84063/rego/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-rego/00new/rego/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'rego' as rego_1.6.1.zip
* DONE (rego)