* 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++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/gigg/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I'/data/localhost/ripley/R/test-dev/RcppArmadillo/include' -I'/data/localhost/ripley/R/test-dev/BH/include' -I/usr/local/include -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 -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++ -std=gnu++20 -shared -L/usr/local/lib64 -o gigg.so RcppExports.o gigg_sampler.o -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/gigg/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/gigg/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/gigg/src'
installing to /data/localhost/ripley/R/packages/tests-devel/gigg.Rcheck/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)