* installing *source* package ‘SPECIES’ ... ** package ‘SPECIES’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SPECIES/src' gfortran-14 -fpic -g -O2 -mtune=native -Wall -pedantic -c PPCG.f90 -o PPCG.o gfortran-14 -fpic -g -O2 -mtune=native -Wall -pedantic -c WLunpmle.f90 -o WLunpmle.o gfortran-14 -fpic -g -O2 -mtune=native -Wall -pedantic -c norrispollock.f90 -o norrispollock.o norrispollock.f90:108:80: 108 | like=like+lgam(SUM(n1(2:(t+1)))+n00+1)-lgam(n00+1)-lgam(SUM(n1(2:(t+1)))+1) | ^ Warning: 'n00' may be used uninitialized [-Wmaybe-uninitialized] norrispollock.f90:67:42: 67 | DOUBLE PRECISION like,tempprob,lgam,n00, untrunPmix | ^ note: 'n00' was declared here gfortran-14 -fpic -g -O2 -mtune=native -Wall -pedantic -c pnpmle.f90 -o pnpmle.o gfortran-14 -fpic -g -O2 -mtune=native -Wall -pedantic -c shared.f90 -o shared.o shared.f90:209:62: 209 | 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] 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 gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o SPECIES.so PPCG.o WLunpmle.o norrispollock.o pnpmle.o shared.o -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SPECIES/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SPECIES/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SPECIES/src' installing to /data/gannet/ripley/R/packages/tests-devel/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 ** 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 (SPECIES)