* installing *source* package ‘rego’ ... ** this is package ‘rego’ version ‘1.6.2’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (7)’ using C++ compiler: ‘Debian clang version 19.1.7 (7)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/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'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c rego.cpp -o rego.o rego.cpp:49:9: warning: 'ARMA_DONT_PRINT_LOGGING' macro redefined [-Wmacro-redefined] 49 | #define ARMA_DONT_PRINT_LOGGING // disabilita i messaggi di log interni | ^ :2:9: note: previous definition is here 2 | #define ARMA_DONT_PRINT_LOGGING 1 | ^ rego.cpp:609:7: warning: variable 's' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 609 | if (univariate == 0) { | ^~~~~~~~~~~~~~~ rego.cpp:687:7: note: uninitialized use occurs here 687 | s = s - 1; | ^ rego.cpp:609:3: note: remove the 'if' if its condition is always true 609 | if (univariate == 0) { | ^~~~~~~~~~~~~~~~~~~~ rego.cpp:542:35: note: initialize the variable 's' to silence this warning 542 | uli t, add, edge, imq, limodR, s; | ^ | = 0 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:1912:6: warning: variable 'L' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1912 | if(pred_only==0){ | ^~~~~~~~~~~~ rego.cpp:1924:13: note: uninitialized use occurs here 1924 | str_out.L=L; | ^ rego.cpp:1912:3: note: remove the 'if' if its condition is always true 1912 | if(pred_only==0){ | ^~~~~~~~~~~~~~~~ rego.cpp:1911:11: note: initialize the variable 'L' to silence this warning 1911 | double L, L_adj; | ^ | = 0.0 rego.cpp:1912:6: warning: variable 'L_adj' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1912 | if(pred_only==0){ | ^~~~~~~~~~~~ rego.cpp:1925:17: note: uninitialized use occurs here 1925 | str_out.L_adj=L_adj; | ^~~~~ rego.cpp:1912:3: note: remove the 'if' if its condition is always true 1912 | if(pred_only==0){ | ^~~~~~~~~~~~~~~~ rego.cpp:1911:18: note: initialize the variable 'L_adj' to silence this warning 1911 | double L, L_adj; | ^ | = 0.0 9 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o rego.so init.o rego.o -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/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)