* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘gigg’ ...
** this is package ‘gigg’ version ‘0.2.1’
** package ‘gigg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4WmJXC/R.INSTALL14e58be17bf6c/gigg/src'
g++-16 -std=gnu++20 -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'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++20 -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'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c gigg_sampler.cpp -o gigg_sampler.o
gigg_sampler.cpp: In function ‘Rcpp::List gigg_fixed_gibbs_sampler(arma::mat&, arma::mat&, arma::colvec&, arma::rowvec&, arma::rowvec&, arma::rowvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, double, double, double, int, int, int, double, bool, bool, bool)’:
gigg_sampler.cpp:402:10: warning: variable ‘sum_inv_lambda_sq’ set but not used [-Wunused-but-set-variable=]
  402 |   double sum_inv_lambda_sq = 0;
      |          ^~~~~~~~~~~~~~~~~
gigg_sampler.cpp:403:10: warning: variable ‘sum_log_lambda_sq’ set but not used [-Wunused-but-set-variable=]
  403 |   double sum_log_lambda_sq = 0;
      |          ^~~~~~~~~~~~~~~~~
gigg_sampler.cpp: In function ‘Rcpp::List gigg_mmle_gibbs_sampler(arma::mat&, arma::mat&, arma::colvec&, arma::rowvec&, arma::rowvec&, arma::rowvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, arma::colvec&, double, double, double, int, int, int, double, bool, bool, bool)’:
gigg_sampler.cpp:825:10: warning: variable ‘sum_inv_lambda_sq’ set but not used [-Wunused-but-set-variable=]
  825 |   double sum_inv_lambda_sq = 0;
      |          ^~~~~~~~~~~~~~~~~
gigg_sampler.cpp:826:10: warning: variable ‘sum_log_lambda_sq’ set but not used [-Wunused-but-set-variable=]
  826 |   double sum_log_lambda_sq = 0;
      |          ^~~~~~~~~~~~~~~~~
g++-16 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o gigg.so RcppExports.o gigg_sampler.o -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4WmJXC/R.INSTALL14e58be17bf6c/gigg/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp4WmJXC/R.INSTALL14e58be17bf6c/gigg/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp4WmJXC/R.INSTALL14e58be17bf6c/gigg/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-gigg/00new/gigg/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 (gigg)