simplify installation of R pkg devel version (#1653)

This commit is contained in:
Jan Gorecki 2016-10-18 18:24:01 +01:00 committed by Tianqi Chen
parent 001d8c4023
commit e79a803a30

View File

@ -21,9 +21,7 @@ install.packages('xgboost')
You can also install from our weekly updated drat repo:
```r
install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("xgboost", repos="http://dmlc.ml/drat/", type="source")
install.packages("xgboost", repos=c("http://dmlc.ml/drat/", getOption("repos")), type="source")
```
***Important*** Due to the usage of submodule, `install_github` is no longer support to install the