xgboost/R-package
Ali b35dd76dca
[R] don't remove CMakeLists in cleanup (#6930)
currently installing the R-pacakge will leave the repo in dirty state, since
`CmakeLists.txt` is already checked in. This fixes the `cleanup`
script to not delete this file.
2021-05-03 17:46:15 +08:00
..
2015-01-20 15:51:42 -08:00
2021-04-29 12:50:46 -07:00
2021-04-29 12:50:46 -07:00
2021-04-29 12:50:46 -07:00
2021-04-29 12:50:46 -07:00
2015-07-24 11:58:02 -07:00
2020-12-03 00:05:18 -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