* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘SPECIES’ ...
** this is package ‘SPECIES’ version ‘1.2.0’
** package ‘SPECIES’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘Debian flang version 22.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpKRK2Lo/R.INSTALL379b0a4b22acd8/SPECIES/src'
flang-22 -fpic -g -O2 -c PPCG.f90 -o PPCG.o
./PPCG.f90:97:20: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 4.999999888241291046142578125e-3_4 is inexact [-Wreal-constant-widening]
Etol=1.D-10;Gtol=0.005;gap=0.02
^^^^^
./PPCG.f90:97:30: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.99999995529651641845703125e-2_4 is inexact [-Wreal-constant-widening]
Etol=1.D-10;Gtol=0.005;gap=0.02
^^^^
flang-22 -fpic -g -O2 -c WLunpmle.f90 -o WLunpmle.o
flang-22 -fpic -g -O2 -c norrispollock.f90 -o norrispollock.o
./norrispollock.f90:148:7: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.99999995529651641845703125e-2_4 is inexact [-Wreal-constant-widening]
gap=0.02 !! gap defines that if two components differ by <=0.02, they are merged.
^^^^
./norrispollock.f90:150:8: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 4.999999888241291046142578125e-3_4 is inexact [-Wreal-constant-widening]
Gtol=0.005 !! Gtol: VDM-EM converge criterion for the maximum gradient.
^^^^^
flang-22 -fpic -g -O2 -c pnpmle.f90 -o pnpmle.o
flang-22 -fpic -g -O2 -c shared.f90 -o shared.o
clang-22 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o SPECIES.so PPCG.o WLunpmle.o norrispollock.o pnpmle.o shared.o -L/usr/lib/llvm-22/lib/clang/22/lib/linux -L/usr/lib/llvm-22/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpKRK2Lo/R.INSTALL379b0a4b22acd8/SPECIES/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpKRK2Lo/R.INSTALL379b0a4b22acd8/SPECIES/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpKRK2Lo/R.INSTALL379b0a4b22acd8/SPECIES/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)