* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘RGBM’ ...
** package ‘RGBM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpYn7Hnn/R.INSTALL1034df436f8d3c/RGBM/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c R_init_RGBM.c -o R_init_RGBM.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c pcg_basic.c -o pcg_basic.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c solver_test.cpp -o solver_test.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c test_regression_stump.cpp -o test_regression_stump.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c test_regression_stump_R.cpp -o test_regression_stump_R.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c train_regression_stump.cpp -o train_regression_stump.o
train_regression_stump.cpp:137:7: warning: unused variable 'index_map' [-Wunused-variable]
  137 |         int *index_map = (int*)calloc(N,sizeof(int));
      |              ^~~~~~~~~
train_regression_stump.cpp:170:9: warning: variable 'best_rho_l' set but not used [-Wunused-but-set-variable]
  170 |         double best_rho_l;
      |                ^
train_regression_stump.cpp:171:9: warning: variable 'best_rho_r' set but not used [-Wunused-but-set-variable]
  171 |         double best_rho_r;
      |                ^
train_regression_stump.cpp:174:9: warning: unused variable 'k_t' [-Wunused-variable]
  174 |   int t,k_t;
      |         ^~~
4 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c train_regression_stump_R.cpp -o train_regression_stump_R.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o RGBM.so R_init_RGBM.o pcg_basic.o solver_test.o test_regression_stump.o test_regression_stump_R.o train_regression_stump.o train_regression_stump_R.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpYn7Hnn/R.INSTALL1034df436f8d3c/RGBM/src'
make[1]: Entering directory '/tmp/RtmpYn7Hnn/R.INSTALL1034df436f8d3c/RGBM/src'
make[1]: Leaving directory '/tmp/RtmpYn7Hnn/R.INSTALL1034df436f8d3c/RGBM/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-RGBM/00new/RGBM/libs
** 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
** 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 (RGBM)