* installing *source* package ‘limSolve’ ...
** package ‘limSolve’ 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/limSolve/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c colrow.f -o colrow.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c inverse.f -o inverse.o
inverse.f:1049:10:

 1049 |   110 IF (ABS(DX(I)) .LE. XMAX) GO TO 115
      |          ^
Warning: 'xmax' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:980:61:

  980 |       DOUBLE PRECISION DX(*), CUTLO, CUTHI, HITEST, SUM, XMAX, ZERO,      &
      |                                                             ^
note: 'xmax' was declared here
inverse.f:4431:72:

 4431 |                DH11=DH11*GAM
      |                                                                        ^
Warning: 'dh11' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4309:46:

 4309 |       DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2,                     &
      |                                              ^
note: 'dh11' was declared here
inverse.f:4432:72:

 4432 |                DH12=DH12*GAM
      |                                                                        ^
Warning: 'dh12' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4310:43:

 4310 |      & DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1,                           &
      |                                           ^
note: 'dh12' was declared here
inverse.f:4444:72:

 4444 |                DH21=DH21/GAM
      |                                                                        ^
Warning: 'dh21' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4309:51:

 4309 |       DOUBLE PRECISION GAM,ONE,RGAMSQ,DD2,DH11,DH21,DPARAM,DP2,                     &
      |                                                   ^
note: 'dh21' was declared here
inverse.f:4445:72:

 4445 |                DH22=DH22/GAM
      |                                                                        ^
Warning: 'dh22' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:4310:48:

 4310 |      & DQ2,DU,DY1,ZERO,GAMSQ,DD1,DFLAG,DH12,DH22,DP1,DQ1,                           &
      |                                                ^
note: 'dh22' was declared here
inverse.f:1569:72:

 1569 |        PREC (Idum) = D1MACH
      |                                                                        ^
Warning: '__result_d1mach' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:1521:38:

 1521 |       DOUBLE PRECISION FUNCTION D1MACH (IDUM)
      |                                      ^
note: '__result_d1mach' was declared here
inverse.f:2191:13:

 2191 |          IF (I.NE.IMAX) CALL xDSWAP (NP1, W(I,1), MDW, W(IMAX,1), MDW)
      |             ^
Warning: 'imax' may be used uninitialized [-Wmaybe-uninitialized]
inverse.f:2002:21:

 2002 |       INTEGER I, IMAX, J, JP1, K, KEY, KRANKE, LAST, LCHK, LINK, M,                &
      |                     ^
note: 'imax' 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 limSolveMethods.c -o limSolveMethods.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c solve.f -o solve.o
solve.f:3846:72:

 3846 |      $   Y = OLDY
      |                                                                        ^
Warning: 'oldy' may be used uninitialized [-Wmaybe-uninitialized]
solve.f:3755:29:

 3755 |       DOUBLE PRECISION   OLDY, RECBAS, Y, Z
      |                             ^
note: 'oldy' was declared here
solve.f:3065:59:

 3065 |       DOUBLE PRECISION   BASE, EMAX, EMIN, EPS, PREC, RMACH, RMAX, RMIN,
      |                                                           ^
Warning: 'rmach' may be used uninitialized [-Wmaybe-uninitialized]
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 limSolve.so colrow.o inverse.o limSolveMethods.o solve.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/limSolve/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/limSolve/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/limSolve/src'
installing to /data/gannet/ripley/R/packages/tests-devel/limSolve.Rcheck/00LOCK-limSolve/00new/limSolve/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (limSolve)