* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘waveslim’ ...
** package ‘waveslim’ 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/RtmpuHDGlX/R.INSTALL39095710a386db/waveslim/src'
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c bell-p-w.f -o bell-p-w.o
bell-p-w.f:141:72:

  141 |  50        VOLD(J)=U(J)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 50 at (1)
bell-p-w.f:161:72:

  161 |  85             PROJ=PROJ + U(J)*V(J,K1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 85 at (1)
bell-p-w.f:166:72:

  166 |  90               U(J)=U(J) - PROJ*V(J,K1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 90 at (1)
bell-p-w.f:175:72:

  175 | 100        SNORM=SNORM+U(J)*U(J)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 100 at (1)
bell-p-w.f:178:72:

  178 | 105               U(J)=U(J)/SSNORM
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 105 at (1)
bell-p-w.f:192:72:

  192 |  120     SUM=SUM+(VOLD(J)+U(J))**2
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 120 at (1)
bell-p-w.f:221:72:

  221 | 220        V(J,K)=U(J)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 220 at (1)
bell-p-w.f:296:72:

  296 |  10               W(K)=W(K)+W(L)*HOLD
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
bell-p-w.f:306:72:

  306 |  15   F(J)=F(J)+F(L)*W(K)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 15 at (1)
bell-p-w.f:310:72:

  310 |       DO 5 I=1,L
      |                                                                        1
Warning: Fortran 2018 deleted feature: Shared DO termination label 5 at (1)
bell-p-w.f:313:72:

  313 |   5   Q=Q+F(I)*R(K-1)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 5 at (1)
bell-p-w.f:359:72:

  359 |   5   DWSUM=DWSUM+V(L)*(RN-ONE-TWO*DBLE(L-1))
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 5 at (1)
bell-p-w.f:363:72:

  363 |  10          V(L)=-V(L)
      |                                                                        1
Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label 10 at (1)
bell-p-w.f:131:15:

  131 |          MAXIT=(K+3)*ROOTN
      |               1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
bell-p-w.f:344:18:

  344 |       INTEGER N, I, L, K, IFAULT
      |                  1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
bell-p-w.f:345:36:

  345 |       DOUBLE PRECISION V(N), RN, STD, DSUM, DWSUM, ZERO, ONE,
      |                                    1
Warning: Unused variable ‘std’ declared at (1) [-Wunused-variable]
bell-p-w.f:346:18:

  346 |      * TWO, ZFLOAT
      |                  1
Warning: Unused variable ‘zfloat’ declared at (1) [-Wunused-variable]
bell-p-w.f:203:12:

  203 |          IF(SUM .LT. DIFF) THEN
      |            ^
Warning: ‘diff’ may be used uninitialized [-Wmaybe-uninitialized]
bell-p-w.f:68:58:

   68 |      * EPS, DELTA, PI, W, ROOTN, PROJ, SNORM, SSNORM, DIFF,
      |                                                          ^
note: ‘diff’ was declared here
bell-p-w.f:205:72:

  205 |                     SIG(0)= - ONE/SSNORM
      |                                                                        ^
Warning: ‘ssnorm’ may be used uninitialized [-Wmaybe-uninitialized]
bell-p-w.f:68:52:

   68 |      * EPS, DELTA, PI, W, ROOTN, PROJ, SNORM, SSNORM, DIFF,
      |                                                    ^
note: ‘ssnorm’ was declared here
bell-p-w.f:203:12:

  203 |          IF(SUM .LT. DIFF) THEN
      |            ^
Warning: ‘sum’ may be used uninitialized [-Wmaybe-uninitialized]
bell-p-w.f:69:10:

   69 |      * SUM, HALF, RONE
      |          ^
note: ‘sum’ was declared here
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 dwt.c -o dwt.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 dwt2.c -o dwt2.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 dwt3.c -o dwt3.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 hosking.c -o hosking.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 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o waveslim.so bell-p-w.o dwt.o dwt2.o dwt3.o hosking.o init.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpuHDGlX/R.INSTALL39095710a386db/waveslim/src'
make[1]: Entering directory '/tmp/RtmpuHDGlX/R.INSTALL39095710a386db/waveslim/src'
make[1]: Leaving directory '/tmp/RtmpuHDGlX/R.INSTALL39095710a386db/waveslim/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-waveslim/00new/waveslim/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘waveslim’
    finding HTML links ... done
    FSfarras                                html  
    acvs.andel8                             html  
    afb                                     html  
    ar1                                     html  
    bandpass.var.spp                        html  
    barbara                                 html  
    basis                                   html  
    blocks                                  html  
    brick.wall                              html  
    convolve2D                              html  
    cpi                                     html  
    cplxdual2D                              html  
    cshift                                  html  
    css.test                                html  
    dau                                     html  
    denoise.dwt.2d                          html  
    doppler                                 html  
    dpss.taper                              html  
    dualfilt1                               html  
    dualtree                                html  
    dwpt.2d                                 html  
    dwpt                                    html  
    dwpt.boot                               html  
    dwpt.sim                                html  
    dwt.2d                                  html  
    dwt.3d                                  html  
    dwt                                     html  
    dwt.hilbert                             html  
    exchange                                html  
    fdp.mle                                 html  
    fdp.sdf                                 html  
    find.adaptive.basis                     html  
    heavisine                               html  
    hilbert.filter                          html  
    hosking.sim                             html  
    ibm                                     html  
    japan                                   html  
    jumpsine                                html  
    kobe                                    html  
    linchirp                                html  
    manual.thresh                           html  
    mexm                                    html  
    modhwt.coh                              html  
    modwt.2d                                html  
    modwt.3d                                html  
    modwt                                   html  
    mra.2d                                  html  
    mra.3d                                  html  
    mra                                     html  
    mult.loc                                html  
    my.acf                                  html  
    nile                                    html  
    ortho.basis                             html  
    per                                     html  
    phase.shift                             html  
    phase.shift.hilbert                     html  
    plot.dwt.2d                             html  
    qmf                                     html  
    rotcumvar                               html  
    shift.2d                                html  
    sine.taper                              html  
    spin.covariance                         html  
    spp.mle                                 html  
    spp.var                                 html  
    squared.gain                            html  
    stackPlot                               html  
    testing.hov                             html  
    tourism                                 html  
    unemploy                                html  
    up.sample                               html  
    wave.filter                             html  
    wave.variance.2d                        html  
    wave.variance                           html  
    wavelet.filter                          html  
    xbox                                    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 (waveslim)