* installing *source* package ‘BAREB’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.5 (1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c update.cpp -o update.o update.cpp:1023:13: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1023 | else if ( order == 10 ) | ^~~~~~~~~~~ update.cpp:1029:10: note: uninitialized use occurs here 1029 | return value; | ^~~~~ update.cpp:1023:8: note: remove the 'if' if its condition is always true 1023 | else if ( order == 10 ) | ^~~~~~~~~~~~~~~~~~ 1024 | { update.cpp:981:15: note: initialize the variable 'value' to silence this warning 981 | double value; | ^ | = 0.0 update.cpp:1122:13: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 1122 | else if ( order == 8 ) | ^~~~~~~~~~ update.cpp:1130:10: note: uninitialized use occurs here 1130 | return value; | ^~~~~ update.cpp:1122:8: note: remove the 'if' if its condition is always true 1122 | else if ( order == 8 ) | ^~~~~~~~~~~~~~~~~ 1123 | { update.cpp:1082:15: note: initialize the variable 'value' to silence this warning 1082 | double value; | ^ | = 0.0 update.cpp:4556:7: warning: unused variable 'size' [-Wunused-variable] 4556 | int size=A.n_cols; | ^~~~ update.cpp:6457:10: warning: variable 'mu_s' set but not used [-Wunused-but-set-variable] 6457 | double mu_s, likeli; | ^ 4 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o BAREB.so RcppExports.o update.o -llapack -L/home/hornik/tmp/R-d-clang-19/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-19/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/BAREB.Rcheck/00LOCK-BAREB/00new/BAREB/libs ** R ** data *** moving datasets to lazyload DB ** 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 (BAREB)