* 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 methods ‘print.pnpmle’, ‘print.unpmle’, ‘print.pcg’ were declared in NAMESPACE but not found Error: package or namespace load failed for ‘SPECIES’ in namespaceExport(ns, exports): undefined exports: print.pnpmle, print.unpmle, print.pcg Error: loading failed Execution halted ERROR: loading failed * removing ‘/srv/hornik/tmp/CRAN/SPECIES.Rcheck/SPECIES’