* installing *source* package 'rego' ... ** this is package 'rego' version '1.6.2' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.2.0' using C++ compiler: 'g++.exe (GCC) 14.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -DARMA_DONT_PRINT_LOGGING -DARMA_COUT_STREAM=Rcpp::Rcout -DARMA_CERR_STREAM=Rcpp::Rcerr -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include/armadillo/include -I../inst/include/optim-master/header_only_version -DARMA_DONT_PRINT_LOGGING -DARMA_COUT_STREAM=Rcpp::Rcout -DARMA_CERR_STREAM=Rcpp::Rcerr -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rego.cpp -o rego.o rego.cpp:49:9: warning: "ARMA_DONT_PRINT_LOGGING" redefined 49 | #define ARMA_DONT_PRINT_LOGGING // disabilita i messaggi di log interni | ^~~~~~~~~~~~~~~~~~~~~~~ : note: this is the location of the previous definition rego.cpp: In function 'str_out_uni_select model_univariate_selection(arma::mat*, double, double, bool, double)': rego.cpp:1127:14: warning: unused variable 'n_tot_mod_c' [-Wunused-variable] 1127 | double n_tot_mod_c=nvars*100; | ^~~~~~~~~~~ rego.cpp:1128:14: warning: unused variable 'C_c' [-Wunused-variable] 1128 | double C_c=0.01; | ^~~ rego.cpp:1134:14: warning: unused variable 'nc' [-Wunused-variable] 1134 | uli nr,nc,nvar_max; | ^~ rego.cpp:1136:12: warning: unused variable 'univariate' [-Wunused-variable] 1136 | bool univariate=1; | ^~~~~~~~~~ rego.cpp:1159:14: warning: unused variable 'log_FBF' [-Wunused-variable] 1159 | 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 >)': rego.cpp:1911:10: warning: 'L' may be used uninitialized [-Wmaybe-uninitialized] 1911 | double L, L_adj; | ^ rego.cpp:1911:13: warning: 'L_adj' may be used uninitialized [-Wmaybe-uninitialized] 1911 | double L, L_adj; | ^~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o rego.dll tmp.def init.o rego.o -lgfortran -lquadmath -ftrack-macro-expansion=0 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/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 * DONE (rego)