* installing *source* package ‘SPECIES’ ...
** package ‘SPECIES’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  PPCG.f90 -o PPCG.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  WLunpmle.f90 -o WLunpmle.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  norrispollock.f90 -o norrispollock.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  pnpmle.f90 -o pnpmle.o
/opt/gfortran/bin/gfortran -arch x86_64  -fPIC  -Wall -g -O2  -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
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
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o SPECIES.so PPCG.o WLunpmle.o norrispollock.o pnpmle.o shared.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/SPECIES.Rcheck/00LOCK-SPECIES/00new/SPECIES/libs
** generating debug symbols (dSYM)
** 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)