* installing *source* package 'gee' ...
** package 'gee' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using Fortran compiler: 'GNU Fortran (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpayciJl/R.INSTALLa12866943a3e/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-4.3.3/include" -DNDEBUG     -I"d:/rtools43/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 '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 function 'VC_GEE_destroy_matrix',
    inlined from 'Cgee' at ugee.c:591:3:
ugee.c:842:16: warning: 'Aop' may be used uninitialized [-Wmaybe-uninitialized]
  842 |     mat->nrows = 0;
      |     ~~~~~~~~~~~^~~
ugee.c: In function 'Cgee':
ugee.c:37:35: note: 'Aop' was declared here
   37 |     MATRIX *tempmat1, *tempmat2, *Aop, *Dop, *zi, *DRop;
      |                                   ^~~
In function 'VC_GEE_destroy_matrix',
    inlined from 'Cgee' at ugee.c:782:5:
ugee.c:845:15: warning: 'R' may be used uninitialized [-Wmaybe-uninitialized]
  845 |     mat->data = (double *)NULL;
      |               ^
ugee.c: In function 'Cgee':
ugee.c:33:13: note: 'R' was declared here
   33 |     MATRIX *R, *tmpR, *Ri;
      |             ^
gcc -shared -s -static-libgcc -o gee.dll tmp.def dgedi.o dgefa.o ugee.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpayciJl/R.INSTALLa12866943a3e/gee/src'
make[1]: Entering directory '/d/temp/RtmpayciJl/R.INSTALLa12866943a3e/gee/src'
make[1]: Leaving directory '/d/temp/RtmpayciJl/R.INSTALLa12866943a3e/gee/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/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)