* installing *source* package 'mkde' ...
** package 'mkde' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpWSEc9G/R.INSTALL51505f2f68ba/mkde/src'
gcc  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mkdeFunctions.cpp -o mkdeFunctions.o
mkdeFunctions.cpp: In function 'SEXPREC* writeRasterToXDMF02(SEXP, SEXP, SEXP, SEXP, SEXP)':
mkdeFunctions.cpp:1367:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
 1367 |         for (int i = 0; i < r.size(); i++) {
      |                         ~~^~~~~~~~~~
mkdeFunctions.cpp: In function 'SEXPREC* mkde2dGrid02(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
mkdeFunctions.cpp:300:42: warning: 'tOld' may be used uninitialized [-Wmaybe-uninitialized]
  300 |                             tmpDens = (t - tOld) * pXY / 2.0;
      |                                       ~~~^~~~~~~
mkdeFunctions.cpp:242:23: note: 'tOld' was declared here
  242 |     double t0, t1, t, tOld, dt, alpha, totalT;
      |                       ^~~~
mkdeFunctions.cpp: In function 'SEXPREC* mkde2dGridv02interact(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
mkdeFunctions.cpp:471:42: warning: 'tOld' may be used uninitialized [-Wmaybe-uninitialized]
  471 |                             tmpDens = (t - tOld) * pXY / 2.0;
      |                                       ~~~^~~~~~~
mkdeFunctions.cpp:386:23: note: 'tOld' was declared here
  386 |     double t0, t1, t, tOld, dt, alpha;
      |                       ^~~~
mkdeFunctions.cpp: In function 'SEXPREC* mkde3dGridv02(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
mkdeFunctions.cpp:658:46: warning: 'tOld' may be used uninitialized [-Wmaybe-uninitialized]
  658 |                                 tmpDens = (t - tOld) * pXYZ / 2.0;
      |                                           ~~~^~~~~~~
mkdeFunctions.cpp:567:23: note: 'tOld' was declared here
  567 |     double t0, t1, t, tOld, dt, alpha;
      |                       ^~~~
mkdeFunctions.cpp: In function 'SEXPREC* mkde3dGridv02interact(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
mkdeFunctions.cpp:901:47: warning: 'tOld' may be used uninitialized [-Wmaybe-uninitialized]
  901 |                                 tmpDens0 = (t - tOld) * pXYZ0 / 2.0;
      |                                            ~~~^~~~~~~
mkdeFunctions.cpp:768:23: note: 'tOld' was declared here
  768 |     double t0, t1, t, tOld, dt, alpha;
      |                       ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o mkde.dll tmp.def init.o mkdeFunctions.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpWSEc9G/R.INSTALL51505f2f68ba/mkde/src'
make[1]: Entering directory '/d/temp/RtmpWSEc9G/R.INSTALL51505f2f68ba/mkde/src'
make[1]: Leaving directory '/d/temp/RtmpWSEc9G/R.INSTALL51505f2f68ba/mkde/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-mkde/00new/mkde/libs/x64
** R
** data
** inst
** 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 'mkde' as mkde_0.3.zip
* DONE (mkde)