* installing *source* package ‘bbqr’ ...
** this is package ‘bbqr’ version ‘0.1.0’
** package ‘bbqr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
using Fortran compiler: ‘GNU Fortran (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/bbqr/src'
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRb_AL_mcmc.f95 -o QRb_AL_mcmc.o
QRb_AL_mcmc.f95:567:27:

  567 |     real(dp) :: nu, q, z, uu
      |                           1~
Warning: Unused variable ‘uu’ declared at (1) [-Wunused-variable]
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRb_BQR_mcmc.f95 -o QRb_BQR_mcmc.o
QRb_BQR_mcmc.f95:88:35:

   88 |   real(dp) :: mu_tr, sd_tr, muIG, lamIG, tmpIG
      |                                   1~~~~
Warning: Unused variable ‘lamig’ declared at (1) [-Wunused-variable]
QRb_BQR_mcmc.f95:88:42:

   88 |   real(dp) :: mu_tr, sd_tr, muIG, lamIG, tmpIG
      |                                          1~~~~
Warning: Unused variable ‘tmpig’ declared at (1) [-Wunused-variable]
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRb_L_mcmc.f95 -o QRb_L_mcmc.o
QRb_L_mcmc.f95:132:45:

  132 |   real(dp) :: mu_tr, sd_tr, chi, psi, muIG, lamIG, tmpIG
      |                                             1~~~~
Warning: Unused variable ‘lamig’ declared at (1) [-Wunused-variable]
QRb_L_mcmc.f95:132:52:

  132 |   real(dp) :: mu_tr, sd_tr, chi, psi, muIG, lamIG, tmpIG
      |                                                    1~~~~
Warning: Unused variable ‘tmpig’ declared at (1) [-Wunused-variable]
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRc_AL_mcmc.f95 -o QRc_AL_mcmc.o
QRc_AL_mcmc.f95:603:27:

  603 |     real(dp) :: nu, q, z, uu
      |                           1~
Warning: Unused variable ‘uu’ declared at (1) [-Wunused-variable]
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRc_BQR_mcmc.f95 -o QRc_BQR_mcmc.o
QRc_BQR_mcmc.f95:44:22:

   44 |      beta_var, a, b, q_exp, sigma_init, use_boundaries, &
      |                      1~~~~
Warning: Unused dummy argument ‘q_exp’ at (1) [-Wunused-dummy-argument]
gfortran  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  QRc_L_mcmc.f95 -o QRc_L_mcmc.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c wrapper.c -o wrapper.o
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o bbqr.so QRb_AL_mcmc.o QRb_BQR_mcmc.o QRb_L_mcmc.o QRc_AL_mcmc.o QRc_BQR_mcmc.o QRc_L_mcmc.o init.o wrapper.o -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/bbqr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/bbqr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/bbqr/src'
installing to /data/localhost/ripley/R/packages/tests-devel/bbqr.Rcheck/00LOCK-bbqr/00new/bbqr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (bbqr)