aGTBoost R Package for Adaptive GTB

Installation
Install the development version from GitHub
devtools::install_github("Blunde1/gbtorch/R-package")
Users experiencing errors after warnings during installlation due to different builds, may be helped by the following command prior to installation:
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
Examples
Development
- The package is experimental, and large changes to API are to be expected.