* installing *source* package 'CoxBoost' ... ** this is package 'CoxBoost' version '1.5.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' 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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-CoxBoost/00new/CoxBoost/libs/x64 ** R ** 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 * DONE (CoxBoost)