* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘BAREB’ ...
** package ‘BAREB’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOOrBoq/R.INSTALL1dd8d02f3f3ca9/BAREB/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -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/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o BAREB.so RcppExports.o update.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOOrBoq/R.INSTALL1dd8d02f3f3ca9/BAREB/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOOrBoq/R.INSTALL1dd8d02f3f3ca9/BAREB/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOOrBoq/R.INSTALL1dd8d02f3f3ca9/BAREB/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)