* installing *source* package ‘pspline’ ...
** package ‘pspline’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using Fortran compiler: ‘GNU Fortran (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/pspline/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c Pspline.f -o Pspline.o
f951: Warning: Nonconforming tab character in column 1 of line 139 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 142 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 146 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 1602 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 1605 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 1606 [-Wtabs]
Pspline.f:1430:72:

 1430 |                                         go to (10,20), index
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
Pspline.f:793:72:

  793 |         c(i) = wk(i,1)*djk
      |                                                                        ^
Warning: 'djk' may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:783:13:

  783 |           djk = x(j+k+1) - x(j)
      |             ^
note: 'djk' was declared here
Pspline.f:1050:72:

 1050 |       r = (x - w)*(fx - fv)
      |                                                                        ^
Warning: 'fx' may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:1028:27:

 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:27:

 1105 |       if (method .eq. 2) fu = (targdf-df)**2
      |                           ^
note: 'fu' was declared here
Pspline.f:96:39:

   96 |         if (spcwrd .and. i .gt. 1 .and.
      |                                       ^
Warning: 'xim1' may be used uninitialized [-Wmaybe-uninitialized]
Pspline.f:97:26:

   97 |      1      dabs(xi - xim1 - delta) .gt. critrn) spcwrd = .false.
      |                          ^
note: 'xim1' was declared here
gcc-13 -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-13 -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/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -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)