* installing *source* package ‘BAMBI’ ...
** this is package ‘BAMBI’ version ‘2.3.7’
** package ‘BAMBI’ 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/BAMBI/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/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/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 basic_c_fns.cpp -o basic_c_fns.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/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 univm_llik_grad.cpp -o univm_llik_grad.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/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 uniwnorm_llik_grad.cpp -o uniwnorm_llik_grad.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/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 vmcos_llik_grad.cpp -o vmcos_llik_grad.o
vmcos_llik_grad.cpp: In function ‘arma::rowvec2 rcos_unimodal_single(double, double, double, double, double, double, double, double, double)’:
vmcos_llik_grad.cpp:346:20: warning: variable ‘ntry’ set but not used [-Wunused-but-set-variable=]
346 | int accpt_y = 0, ntry = 1; // will be 1 if accepted in rejection sampling from y marginal
| ^~~~
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/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 vmsin_llik_grad.cpp -o vmsin_llik_grad.o
vmsin_llik_grad.cpp: In function ‘arma::rowvec2 rsin_unimodal_single(double, double, double, double, double, double, double, double, double)’:
vmsin_llik_grad.cpp:316:20: warning: variable ‘ntry’ set but not used [-Wunused-but-set-variable=]
316 | int accpt_y = 0, ntry = 1; // will be 1 if accepted in rejection sampling from y marginal
| ^~~~
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/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 wnorm2_llik_grad.cpp -o wnorm2_llik_grad.o
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o BAMBI.so RcppExports.o basic_c_fns.o univm_llik_grad.o uniwnorm_llik_grad.o vmcos_llik_grad.o vmsin_llik_grad.o wnorm2_llik_grad.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/BAMBI/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/BAMBI/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/BAMBI/src'
installing to /data/localhost/ripley/R/packages/tests-devel/BAMBI.Rcheck/00LOCK-BAMBI/00new/BAMBI/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** 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 (BAMBI)