* installing *source* package 'dfcomb' ...
** package 'dfcomb' 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/RtmpEphgFJ/R.INSTALL171fc44ea792/dfcomb/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arms.c -o arms.o
arms.c: In function 'meet':
arms.c:656:15: warning: 'gr' may be used uninitialized [-Wmaybe-uninitialized]
  656 |     dl = (grl - gr) * (q->pr->x - q->pl->x);
      |          ~~~~~^~~~~
arms.c:594:13: note: 'gr' was declared here
  594 |   double gl,gr,grl,dl,dr;
      |             ^~
arms.c:666:48: warning: 'dr' may be used uninitialized [-Wmaybe-uninitialized]
  666 |     q->y = (dl * q->pr->y + dr * q->pl->y + dl * dr)/(dl + dr);
      |                                             ~~~^~~~
arms.c:594:23: note: 'dr' was declared here
  594 |   double gl,gr,grl,dl,dr;
      |                       ^~
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dfcomb.c -o dfcomb.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/BH/include' -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppProgress/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c logistic.cpp -o logistic.o
g++ -std=gnu++17 -shared -s -static-libgcc -o dfcomb.dll tmp.def arms.o dfcomb.o logistic.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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpEphgFJ/R.INSTALL171fc44ea792/dfcomb/src'
make[1]: Entering directory '/d/temp/RtmpEphgFJ/R.INSTALL171fc44ea792/dfcomb/src'
make[1]: Leaving directory '/d/temp/RtmpEphgFJ/R.INSTALL171fc44ea792/dfcomb/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-dfcomb/00new/dfcomb/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 'dfcomb' as dfcomb_3.1-1.zip
* DONE (dfcomb)