xgboost/R-package
Jiaming Yuan 28a466ab51
Fixes for R checks. (#8330)
- Bump configure.ac version.
- Remove amalgamation to reduce the build time for a single object with the added benefit that we can use parallel build during development.
- Fix c function prototype warning.
- Remove Windows automake file generation step to make the build script easier to understand.
2022-10-20 02:52:54 +08:00
..
2015-01-20 15:51:42 -08:00
2022-10-20 02:52:54 +08:00
2022-02-20 00:55:48 +08:00
2015-07-24 11:58:02 -07:00
2022-10-20 02:52:54 +08:00
2022-10-20 02:52:54 +08:00
2022-10-20 02:52:54 +08:00
2021-03-30 22:27:30 +08:00

XGBoost R Package for Scalable GBM

CRAN Status Badge CRAN Downloads Documentation Status

Resources

Installation

We are on CRAN now. For stable/pre-compiled(for Windows and OS X) version, please install from CRAN:

install.packages('xgboost')

For more detailed installation instructions, please see here.

Examples

Development