* installing *source* package 'gee' ...
** package 'gee' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using Fortran compiler: 'GNU Fortran (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmpg1p1Uz/R.INSTALL289f02c412b4/gee/src'
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dgedi.f -o dgedi.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c dgefa.f -o dgefa.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ugee.c -o ugee.o
ugee.c: In function 'VC_GEE_create_matrix':
ugee.c:813:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=]
  813 |         error("VC_GEE_create_matrix: malloc failed %lu",
      |                                                    ~~^
      |                                                      |
      |                                                      long unsigned int
      |                                                    %llu
  814 |               sizeof(struct matrix));
      |               ~~~~~~~~~~~~~~~~~~~~~                   
      |               |
      |               long long unsigned int
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 -shared -s -static-libgcc -o gee.dll tmp.def dgedi.o dgefa.o ugee.o -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpg1p1Uz/R.INSTALL289f02c412b4/gee/src'
make[1]: Entering directory '/d/temp/Rtmpg1p1Uz/R.INSTALL289f02c412b4/gee/src'
make[1]: Leaving directory '/d/temp/Rtmpg1p1Uz/R.INSTALL289f02c412b4/gee/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-gee/00new/gee/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'gee' as gee_4.13-26.zip
* DONE (gee)