* installing *source* package 'logicDT' ...
** package 'logicDT' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpGIG99P/R.INSTALL18be4c0d14ca/logicDT/src'
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 gxe-test.c -o gxe-test.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 logicDT-init.c -o logicDT-init.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 logicDT.c -o logicDT.o
In file included from D:/RCompile/recent/R/include/R.h:78,
                 from logicDT.h:6,
                 from logicDT.c:1:
logicDT.c: In function 'fitPETIntern':
D:/RCompile/recent/R/include/R_ext/RS.h:56:30: warning: 'best_N_L' may be used uninitialized [-Wmaybe-uninitialized]
   56 | #define Calloc(n, t)   (t *) R_chk_calloc( (R_SIZE_T) (n), sizeof(t) )
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logicDT.c:1094:34: note: in expansion of macro 'Calloc'
 1094 |     left_child->obs_ind = (int*) Calloc(best_N_L, int); right_child->obs_ind = (int*) Calloc((N_k - best_N_L), int);
      |                                  ^~~~~~
logicDT.c:772:7: note: 'best_N_L' was declared here
  772 |   int best_N_L;
      |       ^~~~~~~~
logicDT.c:1096:26: warning: 'best_imp_L' may be used uninitialized [-Wmaybe-uninitialized]
 1096 |     left_child->impurity = best_imp_L; right_child->impurity = best_imp_R;
      |     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
logicDT.c:775:10: note: 'best_imp_L' was declared here
  775 |   double best_imp_L, best_imp_R;
      |          ^~~~~~~~~~
logicDT.c:1096:62: warning: 'best_imp_R' may be used uninitialized [-Wmaybe-uninitialized]
 1096 |     left_child->impurity = best_imp_L; right_child->impurity = best_imp_R;
      |                                        ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
logicDT.c:775:22: note: 'best_imp_R' was declared here
  775 |   double best_imp_L, best_imp_R;
      |                      ^~~~~~~~~~
logicDT.c:1097:22: warning: 'best_pred_L' may be used uninitialized [-Wmaybe-uninitialized]
 1097 |     left_child->pred = best_pred_L; right_child->pred = best_pred_R;
      |     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
logicDT.c:777:10: note: 'best_pred_L' was declared here
  777 |   double best_pred_L, best_pred_R;
      |          ^~~~~~~~~~~
logicDT.c:1097:55: warning: 'best_pred_R' may be used uninitialized [-Wmaybe-uninitialized]
 1097 |     left_child->pred = best_pred_L; right_child->pred = best_pred_R;
      |                                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
logicDT.c:777:23: note: 'best_pred_R' was declared here
  777 |   double best_pred_L, best_pred_R;
      |                       ^~~~~~~~~~~
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 pruning.c -o pruning.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 sa-greedy.c -o sa-greedy.o
gcc -shared -s -static-libgcc -o logicDT.dll tmp.def gxe-test.o logicDT-init.o logicDT.o pruning.o sa-greedy.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpGIG99P/R.INSTALL18be4c0d14ca/logicDT/src'
make[1]: Entering directory '/d/temp/RtmpGIG99P/R.INSTALL18be4c0d14ca/logicDT/src'
make[1]: Leaving directory '/d/temp/RtmpGIG99P/R.INSTALL18be4c0d14ca/logicDT/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-logicDT/00new/logicDT/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 'logicDT' as logicDT_1.0.4.zip
* DONE (logicDT)