* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘tseries’ ...
** package ‘tseries’ 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/RtmpgIOXqC/R.INSTALLa11f0438c81d0/tseries/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 arma.c -o arma.o
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 bdstest.c -o bdstest.o
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 boot.c -o boot.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c  cfuncs.f90 -o cfuncs.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c dsumsl.f -o dsumsl.o
dsumsl.f:1004:72:

 1004 |  10      W(I) = A*X(I) + Y(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
dsumsl.f:1123:72:

 1123 |  10      Y(I) = S
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
dsumsl.f:1137:72:

 1137 |  10      X(I) = Y(I) / Z(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
dsumsl.f:1141:72:

 1141 |  30      X(I) = Y(I) * Z(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
dsumsl.f:1224:72:

 1224 |  30      Z(I) = CY * Z(I)  -  CS * W(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 30 at (1)
dsumsl.f:1908:72:

 1908 |  10      STEP(I) = G(I) / GNORM
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
dsumsl.f:1923:72:

 1923 |  20           STEP(I) = -NWTSTP(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 20 at (1)
dsumsl.f:1941:72:

 1941 |  40           STEP(I) = T * NWTSTP(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 40 at (1)
dsumsl.f:1955:72:

 1955 |  60           STEP(I) = T * DIG(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 60 at (1)
dsumsl.f:1982:72:

 1982 |  80      STEP(I) = T1*DIG(I) + T2*NWTSTP(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 80 at (1)
dsumsl.f:2226:72:

 2226 |  10      X(I) = Y(I)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
dsumsl.f:454:3:

  454 |  30   NF = IV(NFCALL)
      |   1
Warning: Label 30 at (1) defined but not used [-Wunused-label]
dsumsl.f:2309:4:

 2309 |  999  RETURN
      |    1
Warning: Label 999 at (1) defined but not used [-Wunused-label]
dsumsl.f:2838:4:

 2838 |  999  RETURN
      |    1
Warning: Label 999 at (1) defined but not used [-Wunused-label]
dsumsl.f:2485:4:

 2485 |  999  RETURN
      |    1
Warning: Label 999 at (1) defined but not used [-Wunused-label]
dsumsl.f:1226:4:

 1226 |  999  RETURN
      |    1
Warning: Label 999 at (1) defined but not used [-Wunused-label]
dsumsl.f:2452:4:

 2452 |  999  RETURN
      |    1
Warning: Label 999 at (1) defined but not used [-Wunused-label]
dsumsl.f:3077:3:

 3077 |  30   IF (IV(NITER) .EQ. 0) CALL DVSCPY(N, V(G1), ZERO)
      |   1
Warning: Label 30 at (1) defined but not used [-Wunused-label]
dsumsl.f:3246:4:

 3246 |  100  W(1) = D1MACH(4)
      |    1
Warning: Label 100 at (1) defined but not used [-Wunused-label]
dsumsl.f:2004:20:

 2004 |       INTEGER ALG, I, IV1, M, NF, NG, OL, PU
      |                    1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
dsumsl.f:2841:36:

 2841 |       LOGICAL FUNCTION DSTOPX(IDUMMY)
      |                                    1
Warning: Unused dummy argument ‘idummy’ at (1) [-Wunused-dummy-argument]
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 formats.c -o formats.o
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 garch.c -o garch.o
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 init.c -o init.o
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 ppsum.c -o ppsum.o
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 tsutils.c -o tsutils.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o tseries.so arma.o bdstest.o boot.o cfuncs.o dsumsl.o formats.o garch.o init.o ppsum.o tsutils.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpgIOXqC/R.INSTALLa11f0438c81d0/tseries/src'
make[1]: Entering directory '/tmp/RtmpgIOXqC/R.INSTALLa11f0438c81d0/tseries/src'
make[1]: Leaving directory '/tmp/RtmpgIOXqC/R.INSTALLa11f0438c81d0/tseries/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tseries/00new/tseries/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘tseries’
    finding HTML links ... done
    NelPlo                                  html  
    USeconomic                              html  
    adf.test                                html  
    arma-methods                            html  
    arma                                    html  
    bds.test                                html  
    bev                                     html  
    camp                                    html  
    garch-methods                           html  
    garch                                   html  
    get.hist.quote                          html  
    ice.river                               html  
    irts-functions                          html  
    irts-methods                            html  
    irts                                    html  
    jarque.bera.test                        html  
    kpss.test                               html  
    maxdrawdown                             html  
    na.remove                               html  
    nino                                    html  
    plotOHLC                                html  
    po.test                                 html  
    portfolio.optim                         html  
    pp.test                                 html  
    quadmap                                 html  
    read.matrix                             html  
    read.ts                                 html  
    runs.test                               html  
    seqplot.ts                              html  
    sharpe                                  html  
    sterling                                html  
    summary.arma                            html  
    summary.garch                           html  
    surrogate                               html  
    tcm                                     html  
    tcmd                                    html  
    terasvirta.test                         html  
    tsbootstrap                             html  
    white.test                              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 (tseries)