* installing *source* package ‘polspline’ ...
** package ‘polspline’ 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/polspline/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c allpack.f -o allpack.o
allpack.f:680:5:

  680 |   100 CONTINUE
      |     1
Warning: Label 100 at (1) defined but not used [-Wunused-label]
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 hareall.c -o hareall.o
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 heftall.c -o heftall.o
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 lsdall.c -o lsdall.o
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 lspecall.c -o lspecall.o
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 nlsd.c -o nlsd.o
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 polyall.c -o polyall.o
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 polymars.c -o polymars.o
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 registerDynamicSymbol.c -o registerDynamicSymbol.o
In function 'update_model',
    inlined from 'find_best_candidate' at polymars.c:1650:7:
polymars.c:1944:25: warning: storing the address of local variable 'E_inv' in '*Rao_E_inverse.matrix' [-Wdangling-pointer=]
 1944 |   Rao_E_inverse->matrix = &E_inv;
      |   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
polymars.c: In function 'find_best_candidate':
polymars.c:1701:12: note: 'E_inv' declared here
 1701 |   double E,E_inv;
      |            ^~~~~
polymars.c:126:24: note: 'Rao_E_inverse' declared here
  126 | static struct matrix1 *Rao_E_inverse;/* algebra */
      |                        ^~~~~~~~~~~~~
In function 'update_model',
    inlined from 'find_best_candidate' at polymars.c:1650:7:
polymars.c:1938:17: warning: storing the address of local variable 'E' in '*Rao_E.matrix' [-Wdangling-pointer=]
 1938 |   Rao_E->matrix = &E;
      |   ~~~~~~~~~~~~~~^~~~
polymars.c: In function 'find_best_candidate':
polymars.c:1701:10: note: 'E' declared here
 1701 |   double E,E_inv;
      |          ^
polymars.c:125:24: note: 'Rao_E' declared here
  125 | static struct matrix1 *Rao_E;/*than the previous one. From an example in Rao's linear*/
      |                        ^~~~~
polyall.c: In function 'spoly':
polyall.c:1511:11: warning: 'bestl' may be used uninitialized [-Wmaybe-uninitialized]
 1511 |    double bestl,bestu,bestx=0.,nowl,nowu,nowx,maxu;
      |           ^~~~~
polyall.c:1511:17: warning: 'bestu' may be used uninitialized [-Wmaybe-uninitialized]
 1511 |    double bestl,bestu,bestx=0.,nowl,nowu,nowx,maxu;
      |                 ^~~~~
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 polspline.so allpack.o hareall.o heftall.o lsdall.o lspecall.o nlsd.o polyall.o polymars.o registerDynamicSymbol.o -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/polspline/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/polspline/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/polspline/src'
installing to /data/gannet/ripley/R/packages/tests-devel/polspline.Rcheck/00LOCK-polspline/00new/polspline/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 (polspline)