* installing *source* package ‘RGBM’ ... ** package ‘RGBM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c R_init_RGBM.c -o R_init_RGBM.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pcg_basic.c -o pcg_basic.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c solver_test.cpp -o solver_test.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c test_regression_stump.cpp -o test_regression_stump.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c test_regression_stump_R.cpp -o test_regression_stump_R.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c train_regression_stump.cpp -o train_regression_stump.o train_regression_stump.cpp:174:9: warning: unused variable 'k_t' [-Wunused-variable] int t,k_t; ^ train_regression_stump.cpp:171:9: warning: variable 'best_rho_r' set but not used [-Wunused-but-set-variable] double best_rho_r; ^ train_regression_stump.cpp:170:9: warning: variable 'best_rho_l' set but not used [-Wunused-but-set-variable] double best_rho_l; ^ train_regression_stump.cpp:137:7: warning: unused variable 'index_map' [-Wunused-variable] int *index_map = (int*)calloc(N,sizeof(int)); ^ 4 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c train_regression_stump_R.cpp -o train_regression_stump_R.o clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/RGBM.Rcheck/00LOCK-RGBM/00new/RGBM/libs ** generating debug symbols (dSYM) ** 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)