* installing *source* package ‘lmm’ ...
** package ‘lmm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmm/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c lmm.f -o lmm.o
gcc-13 -I"/data/gannet/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 package_native_routine_registration_skeleton.c -o package_native_routine_registration_skeleton.o
lmm.f:675:72:

  675 |                   sigma2s(iter-1)=sigma2
      |                                                                        ^
Warning: 's2gibbs' may be used uninitialized [-Wmaybe-uninitialized]
lmm.f:566:59:

  566 |      /     xihat(q,q),sig2hat,df,lh,s2hat,ldxtwx,lp,s2gibbs,
      |                                                           ^
note: 's2gibbs' was declared here
lmm.f:652:72:

  652 |                lratio=lp-olp-lh+olh
      |                                                                        ^
Warning: 'lp' may be used uninitialized [-Wmaybe-uninitialized]
lmm.f:566:51:

  566 |      /     xihat(q,q),sig2hat,df,lh,s2hat,ldxtwx,lp,s2gibbs,
      |                                                   ^
note: 'lp' was declared here
gcc-13 -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/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o lmm.so lmm.o package_native_routine_registration_skeleton.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmm/src'
installing to /data/gannet/ripley/R/packages/tests-devel/lmm.Rcheck/00LOCK-lmm/00new/lmm/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (lmm)