* installing *source* package ‘BAREB’ ... ** package ‘BAREB’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BAREB/src' g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include -fopenmp -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 -DR_NO_REMAP -c update.cpp -o update.o update.cpp: In function 'arma::mat inverse_via_chol(arma::mat)': update.cpp:4556:7: warning: unused variable 'size' [-Wunused-variable] 4556 | int size=A.n_cols; | ^~~~ update.cpp: In function 'arma::rowvec updateRinomiss(arma::rowvec, arma::mat, arma::rowvec, arma::mat, arma::mat, arma::mat, arma::rowvec, double, int, arma::mat, int, int, int)': update.cpp:6457:10: warning: variable 'mu_s' set but not used [-Wunused-but-set-variable] 6457 | double mu_s, likeli; | ^~~~ update.cpp: In function 'double normal_ms_moment_central_values(int, double, double)': update.cpp:1029:10: warning: 'value' may be used uninitialized [-Wmaybe-uninitialized] 1029 | return value; | ^~~~~ update.cpp:981:10: note: 'value' was declared here 981 | double value; | ^~~~~ update.cpp: In function 'double normal_ms_moment_values(int, double, double)': update.cpp:1130:10: warning: 'value' may be used uninitialized [-Wmaybe-uninitialized] 1130 | return value; | ^~~~~ update.cpp:1082:10: note: 'value' was declared here 1082 | double value; | ^~~~~ g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o BAREB.so RcppExports.o update.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BAREB/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BAREB/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BAREB/src' installing to /data/gannet/ripley/R/packages/tests-devel/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)