* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘BAREB’ ...
** package ‘BAREB’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.6 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsQtgba/R.INSTALL229fed6f53c3be/BAREB/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -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.check/r-devel-clang/Work/build/lib -Wl,-O1 -o BAREB.so RcppExports.o update.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsQtgba/R.INSTALL229fed6f53c3be/BAREB/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsQtgba/R.INSTALL229fed6f53c3be/BAREB/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsQtgba/R.INSTALL229fed6f53c3be/BAREB/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/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)