* installing *source* package ‘pspline’ ...
** this is package ‘pspline’ version ‘1.0-21’
** package ‘pspline’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using Fortran compiler: ‘GNU Fortran (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/pspline/src'
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c Pspline.f -o Pspline.o
Pspline.f:783:11:
783 | djk = x(j+k+1) - x(j)
| ^~~
Warning: ‘djk’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1050:72:
1050 | r = (x - w)*(fx - fv)
| ^
Warning: ‘fx’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1028:26:
1028 | if (method .eq. 2) fx = (targdf-df)**2
| ^~
note: ‘fx’ was declared here
Pspline.f:1085:72:
1085 | d = 0.382d0*e
| ^
Warning: ‘e’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1016:7:
1016 | e = 0d0
| ^
note: ‘e’ was declared here
Pspline.f:1113:10:
1113 | if (fu .gt. fx) go to 60
| ^
Warning: ‘fu’ may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1105:26:
1105 | if (method .eq. 2) fu = (targdf-df)**2
| ^~
note: ‘fu’ was declared here
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -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 -c init.c -o init.o
gcc -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/lib64 -o pspline.so Pspline.o init.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/pspline/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/pspline/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/pspline/src'
installing to /data/gannet/ripley/R/packages/tests-devel/pspline.Rcheck/00LOCK-pspline/00new/pspline/libs
** R
** 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 (pspline)