xgboost/R-package
Jiaming Yuan a83748eb45
[CI] Revise R tests. (#8430)
- Use the standard package check (check on the tarball instead of the source tree).
- Run commands in parallel.
- Cleanup dependencies installation.
- Replace makefile.
- Documentation.
- Test using the image from rhub.
2022-11-09 09:12:13 +08:00
..
2015-01-20 15:51:42 -08:00
2022-11-09 09:12:13 +08:00
2022-11-09 02:03:30 +08:00
2022-11-09 02:03:30 +08:00
2022-10-20 02:52:54 +08:00
2022-11-09 09:12:13 +08:00
2022-02-20 00:55:48 +08:00
2015-07-24 11:58:02 -07:00
2022-11-09 02:03:30 +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