* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘mmeta’ ...
** package ‘mmeta’ 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/Rtmpp6tLsX/R.INSTALL1016c03c71e08a/mmeta/src'
gcc-13 -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 arms-R.c -o arms-R.o
arms-R.c: In function ‘invert’:
arms-R.c:328:37: warning: unused variable ‘z’ [-Wunused-variable]
  328 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |                                     ^
arms-R.c: In function ‘meet’:
arms-R.c:695:15: warning: ‘gr’ may be used uninitialized [-Wmaybe-uninitialized]
  695 |     dl = (grl - gr) * (q->pr->x - q->pl->x);
      |          ~~~~~^~~~~
arms-R.c:633:13: note: ‘gr’ was declared here
  633 |   double gl,gr,grl,dl,dr;
      |             ^~
arms-R.c:705:48: warning: ‘dr’ may be used uninitialized [-Wmaybe-uninitialized]
  705 |     q->y = (dl * q->pr->y + dr * q->pl->y + dl * dr)/(dl + dr);
      |                                             ~~~^~~~
arms-R.c:633:23: note: ‘dr’ was declared here
  633 |   double gl,gr,grl,dl,dr;
      |                       ^~
arms-R.c: In function ‘invert’:
arms-R.c:381:6: warning: ‘xl’ may be used uninitialized [-Wmaybe-uninitialized]
  381 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |      ^
arms-R.c:328:12: note: ‘xl’ was declared here
  328 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |            ^~
arms-R.c:381:19: warning: ‘xr’ may be used uninitialized [-Wmaybe-uninitialized]
  381 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |       ~~~~~~~~~~~~^~~~~~~~~~~~~~
arms-R.c:328:15: note: ‘xr’ was declared here
  328 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |               ^~
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c hygfx.f -o hygfx.o
hygfx.f:82:72:

   82 | 10            HF=HF+R
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:91:72:

   91 | 15            HF=HF+R
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 15 at (1)
hygfx.f:120:72:

  120 | 100           HW=HF
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
hygfx.f:150:72:

  150 | 10               GA=GA*K
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:160:72:

  160 | 15               R=R*(Z-K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 15 at (1)
hygfx.f:179:72:

  179 | 20            GR=GR*Z+G(K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
hygfx.f:209:72:

  209 | 10            S=S+1.0D0/K
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
hygfx.f:214:72:

  214 | 20            S=S+1.0/(2.0D0*K-1.0D0)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
hygfx.f:220:72:

  220 | 30               S=S+1.0D0/(XA+K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
hygfx.f:119:18:

  119 |               IF (DABS(HF-HW).LE.DABS(HF)*EPS) GO TO 105
      |                  ^
Warning: ‘hw’ may be used uninitialized [-Wmaybe-uninitialized]
hygfx.f:119:28:

  119 |               IF (DABS(HF-HW).LE.DABS(HF)*EPS) GO TO 105
      |                            ^
note: ‘hw’ was declared here
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o mmeta.so arms-R.o hygfx.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpp6tLsX/R.INSTALL1016c03c71e08a/mmeta/src'
make[1]: Entering directory '/tmp/Rtmpp6tLsX/R.INSTALL1016c03c71e08a/mmeta/src'
make[1]: Leaving directory '/tmp/Rtmpp6tLsX/R.INSTALL1016c03c71e08a/mmeta/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-mmeta/00new/mmeta/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘mmeta’
    finding HTML links ... done
    MultipleTables.create                   html  
    MultipleTables.modelFit                 html  
    MultipleTables.plot                     html  
    MultipleTables.summary                  html  
    SingleTable.create                      html  
    SingleTable.modelFit                    html  
    SingleTable.plot                        html  
    SingleTable.summary                     html  
    colorectal                              html  
    diabetes                                html  
    withdrawal                              html  
** building package indices
** 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 (mmeta)