* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘ecolMod’ ...
** package ‘ecolMod’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/RtmpntwErd/R.INSTALLfc89d37a3c136/ecolMod/src'
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -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"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c ecolModMethods.c -o ecolModMethods.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -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"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rndnum.c -o rndnum.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o ecolMod.so competition.o ecolModMethods.o omexdia.o rndnum.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpntwErd/R.INSTALLfc89d37a3c136/ecolMod/src'
make[1]: Entering directory '/tmp/RtmpntwErd/R.INSTALLfc89d37a3c136/ecolMod/src'
make[1]: Leaving directory '/tmp/RtmpntwErd/R.INSTALLfc89d37a3c136/ecolMod/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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)