* installing *source* package 'BAREB' ...
** package 'BAREB' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2025_01_01_01_50_00_29699/RtmpgJAD0p/R.INSTALL3192025e894f/BAREB/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -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++ -std=gnu++17 -shared -s -static-libgcc -o BAREB.dll tmp.def RcppExports.o update.o -fopenmp -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_01_01_01_50_00_29699/RtmpgJAD0p/R.INSTALL3192025e894f/BAREB/src'
make[1]: Entering directory '/d/temp/2025_01_01_01_50_00_29699/RtmpgJAD0p/R.INSTALL3192025e894f/BAREB/src'
make[1]: Leaving directory '/d/temp/2025_01_01_01_50_00_29699/RtmpgJAD0p/R.INSTALL3192025e894f/BAREB/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-BAREB/00new/BAREB/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'BAREB' as BAREB_0.1.2.zip
* DONE (BAREB)