Fix typo in R-package README.md (#2190)
This commit is contained in:
parent
1ab8088a09
commit
8222755564
@ -56,7 +56,7 @@ make -j4
|
|||||||
Run the following R script to install xgboost package from the root directory.
|
Run the following R script to install xgboost package from the root directory.
|
||||||
|
|
||||||
```r
|
```r
|
||||||
install.package('devtools') # if not installed
|
install.packages('devtools') # if not installed
|
||||||
setwd('C:/xgboost/')
|
setwd('C:/xgboost/')
|
||||||
library(devtools)
|
library(devtools)
|
||||||
install('R-package')
|
install('R-package')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user