* installing *source* package 'CoxBoost' ...
** package 'CoxBoost' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_12_12_01_50_00_16357/RtmpmOoGo4/R.INSTALLc6d43ad21690/CoxBoost/src'
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_best.c -o find_best.o
find_best.c: In function 'find_best_candidate':
find_best.c:121:21: warning: 'max_score_beta_delta' may be used uninitialized [-Wmaybe-uninitialized]
  121 |     *min_beta_delta = max_score_beta_delta;
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
find_best.c:38:30: note: 'max_score_beta_delta' was declared here
   38 |     double score, max_score, max_score_beta_delta;
      |                              ^~~~~~~~~~~~~~~~~~~~
find_best.c:120:16: warning: 'max_score_index' may be used uninitialized [-Wmaybe-uninitialized]
  120 |     *min_index = max_score_index;
      |     ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
find_best.c:39:9: note: 'max_score_index' was declared here
   39 |     int max_score_index;
      |         ^~~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -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
gcc -shared -s -static-libgcc -o CoxBoost.dll tmp.def find_best.o init.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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_12_01_50_00_16357/RtmpmOoGo4/R.INSTALLc6d43ad21690/CoxBoost/src'
make[1]: Entering directory '/d/temp/2025_12_12_01_50_00_16357/RtmpmOoGo4/R.INSTALLc6d43ad21690/CoxBoost/src'
make[1]: Leaving directory '/d/temp/2025_12_12_01_50_00_16357/RtmpmOoGo4/R.INSTALLc6d43ad21690/CoxBoost/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-CoxBoost/00new/CoxBoost/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'CoxBoost' as CoxBoost_1.5.1.zip
* DONE (CoxBoost)