* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘robust’ ...
** package ‘robust’ 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/RtmpDHha6z/R.INSTALL78bdc6e287336/robust/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 compatibility.c -o compatibility.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c gamrob.f -o gamrob.o
gamrob.f:1752:72:

 1752 |         rlpsis=ps1*s1*ans
      |                                                                        ^
Warning: ‘ps1’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1723:10:

 1723 |        ps1=expsi(dx,jpsi,jps0,sigm,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps1’ was declared here
gamrob.f:1743:72:

 1743 |         rlpsis=ps2*s1*ans
      |                                                                        ^
Warning: ‘ps2’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1727:10:

 1727 |        ps2=expsi(dx,jpsi,jps0,sigm,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps2’ was declared here
gamrob.f:1677:38:

 1677 |       DOUBLE PRECISION FUNCTION RLDPSI(X,JPSI,JPS0,SIGM,
      |                                      ^
Warning: ‘__result_rldpsi’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:190:72:

  190 |       BETA=-u12x12/digam
      |                                                                        ^
Warning: ‘u12x12’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:184:14:

  184 |         u12x12=SUMI
      |              ^
note: ‘u12x12’ was declared here
gamrob.f:1049:72:

 1049 |       c1c2(1)=c1
      |                                                                        ^
Warning: ‘c1’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:37:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                     ^
note: ‘c1’ declared here
gamrob.f:1050:72:

 1050 |       c1c2(2)=c2
      |                                                                        ^
Warning: ‘c2’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:40:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                        ^
note: ‘c2’ declared here
gamrob.f:1052:72:

 1052 |       a123(2)=a21
      |                                                                        ^
Warning: ‘a21’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:48:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                                ^
note: ‘a21’ declared here
gamrob.f:1053:72:

 1053 |       a123(3)=a22
      |                                                                        ^
Warning: ‘a22’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:947:52:

  947 |         CALL RLLNTRP0(MDT,TAB,ALFA,C1,C2,A11,A21,A22,
      |                                                    ^
note: ‘a22’ declared here
gamrob.f:1013:10:

 1013 |       IF (TMP.LE.FMIN9) THEN
      |          ^
Warning: ‘fmin9’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1007:13:

 1007 |         FMIN9=DABS(SIGN9(1))
      |             ^
note: ‘fmin9’ was declared here
gamrob.f:1882:26:

 1882 |       IF (ALFA.LE.0.D0.OR.SIGM.LE.0.D0) MESSAGE=1
      |                          ^
Warning: ‘alfa’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1871:12:

 1871 |         ALFA=ALPHA
      |            ^
note: ‘alfa’ declared here
gamrob.f:1882:26:

 1882 |       IF (ALFA.LE.0.D0.OR.SIGM.LE.0.D0) MESSAGE=1
      |                          ^
Warning: ‘sigm’ may be used uninitialized [-Wmaybe-uninitialized]
gamrob.f:1872:12:

 1872 |         SIGM=SIGMA
      |            ^
note: ‘sigm’ declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c glmrob.f -o glmrob.o
glmrob.f:1478:37:

 1478 |       double precision FUNCTION RLUGL(UPAR,S,IUGL,ICASE,B)
      |                                     ^
Warning: ‘__result_rlugl’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:267:72:

  267 |             E(I)=T1**2*PI+T0**2*(ONE-PI)
      |                                                                        ^
Warning: ‘ei’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:272:14:

  272 |             EI=ZERO
      |              ^
note: ‘ei’ was declared here
glmrob.f:266:72:

  266 |             D(I)=T1*(ONE-PI)*PI-T0*PI*(ONE-PI)
      |                                                                        ^
Warning: ‘di’ may be used uninitialized [-Wmaybe-uninitialized]
glmrob.f:271:14:

  271 |             DI=ZERO
      |              ^
note: ‘di’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmrobbi.f -o lmrobbi.o
lmrobbi.f:692:6:

  692 |       FUNCTION rlINS1bi(S,WGT,N,SIGM,INDEX,TUNINGC,XLCNST,EXPSI)
      |      ^
Warning: ‘__result_rlins1bi’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:749:6:

  749 |       FUNCTION rlINS2bi(S,WGT,N,SIGM,INDEX,TUNINGC,XLCNST,EXPSI)
      |      ^
Warning: ‘__result_rlins2bi’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:892:72:

  892 |       TUNINGC(1)=ZBAR2
      |                                                                        ^
Warning: ‘zbar2’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:888:14:

  888 |          ZBAR2=WGT(L)*WGT(L)
      |              ^
note: ‘zbar2’ was declared here
lmrobbi.f:94:72:

   94 |       E=1.D0/E
      |                                                                        ^
Warning: ‘e’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:71:7:

   71 |       E=2.D0
      |       ^
note: ‘e’ was declared here
lmrobbi.f:1115:10:

 1115 |       IF (SC3(IN) .GE. ZERO) GOTO 100
      |          ^
Warning: ‘in’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobbi.f:1113:11:

 1113 |          IN=J
      |           ^
note: ‘in’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmrobfs.f -o lmrobfs.o
lmrobfs.f:334:72:

  334 |       NEND = NHALF
      |                                                                        ^
Warning: ‘nhalf’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobfs.f:322:11:

  322 |  710  NHALF=NX/2
      |           ^
note: ‘nhalf’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmrobml.f -o lmrobml.o
lmrobml.f:362:13:

  362 |          IF (J .NE. IMAX) THEN
      |             ^
Warning: ‘imax’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobml.f:359:19:

  359 |                IMAX=I
      |                   ^
note: ‘imax’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c lmrobmm.f -o lmrobmm.o
lmrobmm.f:1659:72:

 1659 |       ni = nstocklen(ind)
      |                                                                        ^
Warning: ‘ind’ may be used uninitialized [-Wmaybe-uninitialized]
lmrobmm.f:1656:15:

 1656 |             ind = j
      |               ^
note: ‘ind’ 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 mmprnt.c -o mmprnt.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 rb.c -o rb.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c tdmean.f -o tdmean.o
tdmean.f:2468:72:

 2468 |       TMP=(F2-F1)/(U-EL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2462:10:

 2462 |         F2=FX
      |          ^
note: ‘f2’ was declared here
tdmean.f:1865:72:

 1865 |         sF=DBLE(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:1859:13:

 1859 |           SUP=(A1 + A2 - 2.D0*A0) - DBLE(mF) * (B1 + B2 - 2.D0*B0)
      |             ^
note: ‘sup’ was declared here
tdmean.f:1908:72:

 1908 |       TMP=(F2-F1)/(U-EL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:1880:10:

 1880 |         F2=F0
      |          ^
note: ‘f2’ was declared here
tdmean.f:2986:72:

 2986 |       XMS=(F2-F1)/(UU-LL)-1.D0
      |                                                                        ^
Warning: ‘f2’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2968:39:

 2968 |       DOUBLE PRECISION L,X,X0,XMS,F1,F2,FX,UU,LL,V(NV),PARAM(1)
      |                                       ^
note: ‘f2’ was declared here
tdmean.f:2436:72:

 2436 |         sF=(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2428:13:

 2428 |           SUP=(A1 + A2 - 2.D0 * A0) - mF * (B1 + B2 - 2.D0 * B0)
      |             ^
note: ‘sup’ was declared here
tdmean.f:2960:72:

 2960 |         sF=(SUP-SLOW)/(1.D0-2.D0*GAM)
      |                                                                        ^
Warning: ‘sup’ may be used uninitialized [-Wmaybe-uninitialized]
tdmean.f:2952:13:

 2952 |           SUP=(A1 + A2 - 2.D0 * A0) - mF * (B1 + B2 - 2.D0 * B0)
      |             ^
note: ‘sup’ was declared here
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c tmlfor.f -o tmlfor.o
tmlfor.f:265:6:

  265 |       FUNCTION ICNREP(N,NP,IOPT,IMODE)
      |      ^
Warning: ‘__result_icnrep’ may be used uninitialized [-Wmaybe-uninitialized]
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c wblrob.f -o wblrob.o
wblrob.f:1446:72:

 1446 |   10  rlwpsis=ps1*s1*ans
      |                                                                        ^
Warning: ‘ps1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1426:10:

 1426 |        ps1=expsi(dx,jpsi,jps0,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps1’ was declared here
wblrob.f:1448:72:

 1448 |   20  rlwpsis=ps2*s1*ans
      |                                                                        ^
Warning: ‘ps2’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1430:10:

 1430 |        ps2=expsi(dx,jpsi,jps0,a11,a21,a22,c1,c2,b1,b2)
      |          ^
note: ‘ps2’ was declared here
wblrob.f:1373:6:

 1373 |       FUNCTION RLWDPSI(X,JPSI,JPS0,A11,A21,A22,C1,C2,B1,B2)
      |      ^
Warning: ‘__result_rlwdpsi’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:235:72:

  235 |       BETA=-U12X12/U12X11
      |                                                                        ^
Warning: ‘u12x12’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:229:14:

  229 |         U12X12=SUMI
      |              ^
note: ‘u12x12’ was declared here
wblrob.f:1125:10:

 1125 |       IF (TMP.LT.FMIN9) THEN
      |          ^
Warning: ‘fmin9’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1093:13:

 1093 |         FMIN9=DABS(SIGN9(1))
      |             ^
note: ‘fmin9’ was declared here
wblrob.f:1029:11:

 1029 |         A11=TAB(3)
      |           ^
Warning: ‘a11’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1030:11:

 1030 |         A21=TAB(4)
      |           ^
Warning: ‘a21’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1148:72:

 1148 |       a123(3)=a22*v
      |                                                                        ^
Warning: ‘a22’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1031:11:

 1031 |         A22=TAB(5)
      |           ^
note: ‘a22’ was declared here
wblrob.f:1144:72:

 1144 |       c1c2(1)=c1/v
      |                                                                        ^
Warning: ‘c1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1027:10:

 1027 |         C1=TAB(1)
      |          ^
note: ‘c1’ was declared here
wblrob.f:1145:72:

 1145 |       c1c2(2)=c2/v
      |                                                                        ^
Warning: ‘c2’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1028:10:

 1028 |         C2=TAB(2)
      |          ^
note: ‘c2’ was declared here
wblrob.f:1237:16:

 1237 |      1     .AND. NSTP.LE.2) GOTO 300
      |                ^
Warning: ‘alf1’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1231:10:

 1231 |       ALF1=ALFA
      |          ^
note: ‘alf1’ was declared here
wblrob.f:1237:16:

 1237 |      1     .AND. NSTP.LE.2) GOTO 300
      |                ^
Warning: ‘nstp’ may be used uninitialized [-Wmaybe-uninitialized]
wblrob.f:1221:10:

 1221 |       NSTP=1
      |          ^
note: ‘nstp’ was declared here
gcc-13 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o robust.so compatibility.o gamrob.o glmrob.o lmrobbi.o lmrobfs.o lmrobml.o lmrobmm.o mmprnt.o rb.o tdmean.o tmlfor.o wblrob.o -llapack -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/RtmpDHha6z/R.INSTALL78bdc6e287336/robust/src'
make[1]: Entering directory '/tmp/RtmpDHha6z/R.INSTALL78bdc6e287336/robust/src'
make[1]: Leaving directory '/tmp/RtmpDHha6z/R.INSTALL78bdc6e287336/robust/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-robust/00new/robust/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘robust’
    finding HTML links ... done
    OverlaidDenPlot.fdfm                    html  
    anova.glmRob                            html  
    anova.lmRob                             html  
    breslow.dat                             html  
    covClassic                              html  
    covRob                                  html  
    covRob.control                          html  
    ddPlot.covfm                            html  
    distancePlot.covfm                      html  
    drop1.lmRob                             html  
    ellipsesPlot.covfm                      html  
    fitdstn                                 html  
    fitdstnRob                              html  
    gammaRob                                html  
    gammaRob.control                        html  
    gen.data                                html  
    glmRob                                  html  
    glmRob.control                          html  
    glmRob.cubif                            html  
    glmRob.cubif.control                    html  
    glmRob.mallows                          html  
    glmRob.mallows.control                  html  
    glmRob.misclass                         html  
    glmRob.misclass.control                 html  
    glmRob.object                           html  
    leuk.dat                                html  
    lmRob.RFPE                              html  
    lmRob                                   html  
    lmRob.control                           html  
    lmRob.fit                               html  
    lmRob.fit.compute                       html  
    lmRob.object                            html  
    lognormRob                              html  
    lognormRob.control                      html  
    lsRobTest                               html  
    mallows.dat                             html  
    plot.covfm                              html  
    finding level-2 HTML links ... done

    plot.fdfm                               html  
    plot.glmRob                             html  
    plot.lmRob                              html  
    predict.glmRob                          html  
    predict.lmRob                           html  
    qqPlot.fdfm                             html  
    rb.lmRob                                html  
    residuals.glmRob                        html  
    screePlot.covfm                         html  
    stack.dat                               html  
    step.lmRob                              html  
    summary.covfm                           html  
    summary.glmRob                          html  
    summary.lmRob                           html  
    test.lmRob                              html  
    update.lmRob                            html  
    weibullRob                              html  
    weibullRob.control                      html  
    weight.funs                             html  
    woodmod.dat                             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 (robust)