* installing *source* package 'CoxBoost' ...
** this is package 'CoxBoost' version '1.5.1'
** package 'CoxBoost' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_12_12_01_50_01_16357/RtmpcTXlBp/R.INSTALL2ce466e3425f/CoxBoost/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_12_12_01_50_01_16357/RtmpcTXlBp/R.INSTALL2ce466e3425f/CoxBoost/src'
make[1]: Entering directory '/d/temp/2025_12_12_01_50_01_16357/RtmpcTXlBp/R.INSTALL2ce466e3425f/CoxBoost/src'
make[1]: Leaving directory '/d/temp/2025_12_12_01_50_01_16357/RtmpcTXlBp/R.INSTALL2ce466e3425f/CoxBoost/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/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)