* installing *source* package ‘ecolMod’ ...
** package ‘ecolMod’ 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/ecolMod/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c competition.f -o competition.o
competition.f:6:68:

    6 |       SUBROUTINE lattice(nspec,ncell,nstep,cell,replace,sumdens,seed)
      |                                                                    1
Warning: Unused dummy argument 'seed' at (1) [-Wunused-dummy-argument]
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 ecolModMethods.c -o ecolModMethods.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c omexdia.f -o omexdia.o
omexdia.f:284:28:

  284 |        character(len=80) msg
      |                            1
Warning: Unused variable 'msg' declared at (1) [-Wunused-variable]
omexdia.f:36:37:

   36 |       integer           :: neq, ip, i
      |                                     1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
omexdia.f:30:58:

   30 |       subroutine omexdiamod (neq, t, Conc, dConc, yout, ip)
      |                                                          1
Warning: Unused dummy argument 'ip' at (1) [-Wunused-dummy-argument]
omexdia.f:67:27:

   67 |       character(len=80) msg
      |                           1
Warning: Unused variable 'msg' declared at (1) [-Wunused-variable]
omexdia.f:30:32:

   30 |       subroutine omexdiamod (neq, t, Conc, dConc, yout, ip)
      |                                1
Warning: Unused dummy argument 'neq' at (1) [-Wunused-dummy-argument]
omexdia.f:164:28:

  164 |        character(len=80) msg
      |                            1
Warning: Unused variable 'msg' declared at (1) [-Wunused-variable]
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 rndnum.c -o rndnum.o
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 ecolMod.so competition.o ecolModMethods.o omexdia.o rndnum.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ecolMod/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ecolMod/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ecolMod/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ecolMod.Rcheck/00LOCK-ecolMod/00new/ecolMod/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** 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 (ecolMod)