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

   82 |       dphiaux(1)      = phic(1)-phi(1)
      |                                                                        ^
Warning: 'MEM[(real(kind=8)[0:D.4902] *)_971][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.4902] *)_971][_109]' may be used uninitialized [-Wmaybe-uninitialized]
tran3D.f:481:72:

  481 |       dzaux(1)    = zc(1)-z(1)
      |                                                                        ^
Warning: 'MEM[(real(kind=8)[0:D.5558] *)_891][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.5558] *)_891][_109]' may be used uninitialized [-Wmaybe-uninitialized]
gcc-14 -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/gcc14/lib64 -L/usr/local/lib64 -o ReacTran.so ReacTranMethods.o advection.o tran3D.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ReacTran/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ReacTran/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ReacTran/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ReacTran.Rcheck/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)