* installing *source* package ‘gee’ ...
** package ‘gee’ 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/gee/src'
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c dgedi.f -o dgedi.o
gfortran-13  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c dgefa.f -o dgefa.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 ugee.c -o ugee.o
ugee.c: In function 'Cgee':
ugee.c:362:25: warning: 'lag_wts' may be used uninitialized [-Wmaybe-uninitialized]
  362 |                 alpha = VC_GEE_matadd(alpha, VC_GEE_transp(VC_GEE_px1_times_pxq (VC_GEE_transp(lag_wts), VC_GEE_transp(VC_GEE_covlag(ei, alpha_VC_GEE_bandwidth, 0)))));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ugee.c:38:32: note: 'lag_wts' was declared here
   38 |     MATRIX *robvar, *naivvar, *lag_wts, *tmpeep, *scratch, *wt;
      |                                ^~~~~~~
In file included from ugee.c:17:
ugee.h:74:45: warning: 'R' may be used uninitialized [-Wmaybe-uninitialized]
   74 | #define make_permanent( x ) (x)->permanence = PERMANENT;
      |                                             ^
ugee.c:452:9: note: in expansion of macro 'make_permanent'
  452 |         make_permanent(R);
      |         ^~~~~~~~~~~~~~
ugee.c:33:13: note: 'R' was declared here
   33 |     MATRIX *R, *tmpR, *Ri;
      |             ^
In function 'VC_GEE_destroy_matrix',
    inlined from 'Cgee' at ugee.c:591:3:
ugee.c:841:8: warning: 'Aop' may be used uninitialized [-Wmaybe-uninitialized]
  841 |     if (mat == (MATRIX *) NULL) return;
      |        ^
ugee.c: In function 'Cgee':
ugee.c:37:35: note: 'Aop' was declared here
   37 |     MATRIX *tempmat1, *tempmat2, *Aop, *Dop, *zi, *DRop;
      |                                   ^~~
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 gee.so dgedi.o dgefa.o ugee.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/gee/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/gee/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/gee/src'
installing to /data/gannet/ripley/R/packages/tests-devel/gee.Rcheck/00LOCK-gee/00new/gee/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 (gee)