* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘ReacTran’ ...
** package ‘ReacTran’ 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/Rtmp6Evjn3/R.INSTALL13cce5b2b1d64/ReacTran/src'
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 ReacTranMethods.c -o ReacTranMethods.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c advection.f -o advection.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c tran3D.f -o tran3D.o
tran3D.f:82:72:

   82 |       dphiaux(1)      = phic(1)-phi(1)
      |                                                                        ^
Warning: ‘MEM[(real(kind=8)[0:D.4865] *)_977][0]’ may be used uninitialized [-Wmaybe-uninitialized]
tran3D.f:83:72:

   83 |       dphiaux(Nphi+1) = phi(Nphi+1) - phic(Nphi)
      |                                                                        ^
Warning: ‘MEM[(real(kind=8)[0:D.4865] *)_977][_111]’ may be used uninitialized [-Wmaybe-uninitialized]
tran3D.f:481:72:

  481 |       dzaux(1)    = zc(1)-z(1)
      |                                                                        ^
Warning: ‘MEM[(real(kind=8)[0:D.5521] *)_897][0]’ may be used uninitialized [-Wmaybe-uninitialized]
tran3D.f:482:72:

  482 |       dzaux(Nz+1) = z(Nz+1) - zc(Nz)
      |                                                                        ^
Warning: ‘MEM[(real(kind=8)[0:D.5521] *)_897][_111]’ may be used uninitialized [-Wmaybe-uninitialized]
gcc-13 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o ReacTran.so ReacTranMethods.o advection.o tran3D.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp6Evjn3/R.INSTALL13cce5b2b1d64/ReacTran/src'
make[1]: Entering directory '/tmp/Rtmp6Evjn3/R.INSTALL13cce5b2b1d64/ReacTran/src'
make[1]: Leaving directory '/tmp/Rtmp6Evjn3/R.INSTALL13cce5b2b1d64/ReacTran/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-ReacTran/00new/ReacTran/libs
** R
** 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 (ReacTran)