* installing *source* package ‘SPECIES’ ... ** using staged installation ** libs using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-2) 13.2.0’ gfortran -fpic -g -O2 -Wall -mtune=native -c PPCG.f90 -o PPCG.o PPCG.f90:437:38: 437 | theta_0=0.5*theta_0+0.5*thetaOld | 1 Warning: Nonconforming tab character at (1) [-Wtabs] PPCG.f90:91:27: 91 | INTEGER t,alphaK,cumuless,i,k,noZeroP | 1 Warning: Unused variable ‘cumuless’ declared at (1) [-Wunused-variable] PPCG.f90:534:62: 534 | IF (lambda1==0 .OR. lambda1<0 .OR. lambda1>100 .OR. sum_b .EQ. 0.D0) THEN | ^ Warning: ‘sum_b’ may be used uninitialized [-Wmaybe-uninitialized] PPCG.f90:465:36: 465 | DOUBLE PRECISION n(50),sum_a,sum_b,Etol,z(t,noZeroP),d1,d2 | ^ note: ‘sum_b’ was declared here PPCG.f90:177:9: 177 | IF (predict(k)100 .OR. sum_b .EQ. 0.D0) THEN | ^ Warning: ‘sum_b’ may be used uninitialized [-Wmaybe-uninitialized] shared.f90:148:36: 148 | DOUBLE PRECISION n(50),sum_a,sum_b,Etol,z(t,noZeroP),d1,d2 | ^ note: ‘sum_b’ was declared here clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o SPECIES.so PPCG.o WLunpmle.o norrispollock.o pnpmle.o shared.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/SPECIES.Rcheck/00LOCK-SPECIES/00new/SPECIES/libs ** R ** data ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location Warning: S3 method ‘print.unpmleclass’ was declared in NAMESPACE but not found ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location Warning: S3 method ‘print.unpmleclass’ was declared in NAMESPACE but not found ** testing if installed package keeps a record of temporary installation path * DONE (SPECIES)