Fix typo in R-package README.md (#2190)

This commit is contained in:
Seong-Jin Kim 2017-04-14 03:22:23 +09:00 committed by Michaël Benesty
parent 1ab8088a09
commit 8222755564

View File

@ -56,7 +56,7 @@ make -j4
Run the following R script to install xgboost package from the root directory.
```r
install.package('devtools') # if not installed
install.packages('devtools') # if not installed
setwd('C:/xgboost/')
library(devtools)
install('R-package')