* installing *source* package 'RGBM' ...
** package 'RGBM' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpgTgVBT/R.INSTALL2195c65371ed/RGBM/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c R_init_RGBM.c -o R_init_RGBM.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pcg_basic.c -o pcg_basic.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c solver_test.cpp -o solver_test.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c test_regression_stump.cpp -o test_regression_stump.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c test_regression_stump_R.cpp -o test_regression_stump_R.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c train_regression_stump.cpp -o train_regression_stump.o
train_regression_stump.cpp: In function 'const Model train_regression_stump(int, int, const double*, const double*, double, double, int, int, double)':
train_regression_stump.cpp:137:14: warning: unused variable 'index_map' [-Wunused-variable]
  137 |         int *index_map = (int*)calloc(N,sizeof(int));
      |              ^~~~~~~~~
train_regression_stump.cpp:170:16: warning: variable 'best_rho_l' set but not used [-Wunused-but-set-variable]
  170 |         double best_rho_l;
      |                ^~~~~~~~~~
train_regression_stump.cpp:171:16: 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;
      |         ^~~
train_regression_stump.cpp:492:28: warning: 'best_gamma_r' may be used uninitialized [-Wmaybe-uninitialized]
  492 |               F[row] += nu * best_gamma_r;
      |                         ~~~^~~~~~~~~~~~~~
train_regression_stump.cpp:169:16: note: 'best_gamma_r' was declared here
  169 |         double best_gamma_r;
      |                ^~~~~~~~~~~~
train_regression_stump.cpp:490:28: warning: 'best_gamma_l' may be used uninitialized [-Wmaybe-uninitialized]
  490 |               F[row] += nu * best_gamma_l;
      |                         ~~~^~~~~~~~~~~~~~
train_regression_stump.cpp:168:16: note: 'best_gamma_l' was declared here
  168 |         double best_gamma_l;
      |                ^~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c train_regression_stump_R.cpp -o train_regression_stump_R.o
g++ -std=gnu++17 -shared -s -static-libgcc -o RGBM.dll tmp.def 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 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpgTgVBT/R.INSTALL2195c65371ed/RGBM/src'
make[1]: Entering directory '/d/temp/RtmpgTgVBT/R.INSTALL2195c65371ed/RGBM/src'
make[1]: Leaving directory '/d/temp/RtmpgTgVBT/R.INSTALL2195c65371ed/RGBM/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-RGBM/00new/RGBM/libs/x64
** 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
** 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 'RGBM' as RGBM_1.0-11.zip
* DONE (RGBM)