* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘ReacTran’ ...
** this is package ‘ReacTran’ version ‘1.4.3.2’
** package ‘ReacTran’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-19) 14.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZEY2l6/R.INSTALL1cafff2b4906b/ReacTran/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-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-14  -fpic  -g -O2 -Wall -pedantic -mtune=native  -c advection.f -o advection.o
gfortran-14  -fpic  -g -O2 -Wall -pedantic -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.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 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZEY2l6/R.INSTALL1cafff2b4906b/ReacTran/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZEY2l6/R.INSTALL1cafff2b4906b/ReacTran/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZEY2l6/R.INSTALL1cafff2b4906b/ReacTran/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-ReacTran/00new/ReacTran/libs
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘ReacTran’
    finding HTML links ... done
    ReacTran                                html  
    advection                               html  
    fiadeiro                                html  
    geometries                              html  
    properties                              html  
    setup.compaction.1D                     html  
    setup.grid.1D                           html  
    setup.grid.2D                           html  
    setup.prop.1D                           html  
    setup.prop.2D                           html  
    tran.1D                                 html  
    tran.2D                                 html  
    tran.3D                                 html  
    tran.cyl_spher                          html  
    tran.polar                              html  
    tran.volume.1D                          html  
** 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)