* installing *source* package 'dlm' ...
** package 'dlm' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpEHkYNp/R.INSTALL2db0445614055/dlm/src'
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 arms-R.c -o arms-R.o
arms-R.c: In function 'invert':
arms-R.c:315:37: warning: unused variable 'z' [-Wunused-variable]
  315 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |                                     ^
arms-R.c:368:19: warning: 'xr' may be used uninitialized [-Wmaybe-uninitialized]
  368 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |       ~~~~~~~~~~~~^~~~~~~~~~~~~~
arms-R.c:315:15: note: 'xr' was declared here
  315 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |               ^~
arms-R.c:368:6: warning: 'xl' may be used uninitialized [-Wmaybe-uninitialized]
  368 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |      ^
arms-R.c:315:12: note: 'xl' was declared here
  315 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |            ^~
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 dlm.c -o dlm.o
dlm.c: In function 'dlmFilter':
dlm.c:1312:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
 1312 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                        ^~
dlm.c:1312:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
 1312 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                   ^~
dlm.c: In function 'dlmFilter0':
dlm.c:1941:56: warning: variable 'Dy' set but not used [-Wunused-but-set-variable]
 1941 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                        ^~
dlm.c:1941:51: warning: variable 'Uy' set but not used [-Wunused-but-set-variable]
 1941 |         *sqrtVinv, *a, *Ux_prior, *Dx_prior, *f, *Uy, *Dy,
      |                                                   ^~
dlm.c: In function 'dlmSmooth0':
dlm.c:2462:58: warning: unused variable 'UR' [-Wunused-variable]
 2462 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
      |                                                          ^~
dlm.c:2462:53: warning: unused variable 'DR' [-Wunused-variable]
 2462 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
      |                                                     ^~
dlm.c: In function 'dlmSmooth':
dlm.c:2769:58: warning: unused variable 'UR' [-Wunused-variable]
 2769 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
      |                                                          ^~
dlm.c:2769:53: warning: unused variable 'DR' [-Wunused-variable]
 2769 |     double *sm, *smooth, *DS, *US, *sGG, *DC, *UC, *DR, *UR, *Ht, *C, *Rinv,
      |                                                     ^~
dlm.c:2768:9: warning: unused variable 'nr' [-Wunused-variable]
 2768 |         nr;
      |         ^~
dlm.c: In function 'dlmLL':
dlm.c:99:33: warning: 'tF_VinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
   99 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                                 ^~~~~~~~~~
dlm.c:572:48: warning: 'sqrtVinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
  572 |                         sqrtVinvTMP[i + j * m] = tmp1 * la_vt[i + j * max_m_p];
      |                         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dlm.c:99:19: note: 'sqrtVinvTMP' was declared here
   99 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                   ^~~~~~~~~~~
dlm.c:99:8: warning: 'sqrtVTMP' may be used uninitialized [-Wmaybe-uninitialized]
   99 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |        ^~~~~~~~
dlm.c:706:39: warning: 'good' may be used uninitialized [-Wmaybe-uninitialized]
  706 |                     e[i] = sy[t + good[i] * n] - f[i];
      |                                   ~~~~^~~
dlm.c:91:34: note: 'good' was declared here
   91 |       numNA, *whereNA, numGood, *good, warn;
      |                                  ^~~~
dlm.c: In function 'dlmLL0':
dlm.c:759:33: warning: 'tF_VinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
  759 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                                 ^~~~~~~~~~
dlm.c:1126:48: warning: 'sqrtVinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
 1126 |                         sqrtVinvTMP[i + j * m] = tmp1 * la_vt[i + j * max_m_p];
      |                         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dlm.c:759:19: note: 'sqrtVinvTMP' was declared here
  759 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                   ^~~~~~~~~~~
dlm.c:759:8: warning: 'sqrtVTMP' may be used uninitialized [-Wmaybe-uninitialized]
  759 |       *sqrtVTMP, *sqrtVinvTMP, *tF_VinvTMP, eps;
      |        ^~~~~~~~
dlm.c:1260:39: warning: 'good' may be used uninitialized [-Wmaybe-uninitialized]
 1260 |                     e[i] = sy[t + good[i] * n] - f[i];
      |                                   ~~~~^~~
dlm.c:753:34: note: 'good' was declared here
  753 |       numNA, *whereNA, numGood, *good, warn;
      |                                  ^~~~
dlm.c: In function 'dlmFilter':
dlm.c:1315:24: warning: 'tF_VinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
 1315 |         *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                        ^~~~~~~~~~
dlm.c:1315:10: warning: 'sqrtVinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
 1315 |         *sqrtVinvTMP, *tF_VinvTMP, eps;
      |          ^~~~~~~~~~~
dlm.c:1890:35: warning: 'good' may be used uninitialized [-Wmaybe-uninitialized]
 1890 |                     e[i] = sy[good[i] * n] - f[good[i] * n];
      |                               ~~~~^~~
dlm.c:1307:36: note: 'good' was declared here
 1307 |         numNA, *whereNA, numGood, *good, warn;
      |                                    ^~~~
dlm.c: In function 'dlmFilter0':
dlm.c:1944:24: warning: 'tF_VinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
 1944 |         *sqrtVinvTMP, *tF_VinvTMP, eps;
      |                        ^~~~~~~~~~
dlm.c:1944:10: warning: 'sqrtVinvTMP' may be used uninitialized [-Wmaybe-uninitialized]
 1944 |         *sqrtVinvTMP, *tF_VinvTMP, eps;
      |          ^~~~~~~~~~~
dlm.c:2413:35: warning: 'good' may be used uninitialized [-Wmaybe-uninitialized]
 2413 |                     e[i] = sy[good[i] * n] - f[good[i] * n];
      |                               ~~~~^~~
dlm.c:1938:36: note: 'good' was declared here
 1938 |         numNA, *whereNA, numGood, *good, warn;
      |                                    ^~~~
gcc -shared -s -static-libgcc -o dlm.dll tmp.def arms-R.o dlm.o -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -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 -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpEHkYNp/R.INSTALL2db0445614055/dlm/src'
make[1]: Entering directory '/d/temp/RtmpEHkYNp/R.INSTALL2db0445614055/dlm/src'
make[1]: Leaving directory '/d/temp/RtmpEHkYNp/R.INSTALL2db0445614055/dlm/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-dlm/00new/dlm/libs/x64
** R
** data
** 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
** 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 'dlm' as dlm_1.1-6.zip
* DONE (dlm)