* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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-15 (Debian 15.2.0-11) 15.2.0’
make[1]: Entering directory '/tmp/Rtmp3V4OMm/R.INSTALL7a81271606ea3/CoxBoost/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o CoxBoost.so find_best.o init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp3V4OMm/R.INSTALL7a81271606ea3/CoxBoost/src'
make[1]: Entering directory '/tmp/Rtmp3V4OMm/R.INSTALL7a81271606ea3/CoxBoost/src'
make[1]: Leaving directory '/tmp/Rtmp3V4OMm/R.INSTALL7a81271606ea3/CoxBoost/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-CoxBoost/00new/CoxBoost/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (CoxBoost)