From 8222755564d54fc97f8ac4b530c611d339a5f4c3 Mon Sep 17 00:00:00 2001 From: Seong-Jin Kim Date: Fri, 14 Apr 2017 03:22:23 +0900 Subject: [PATCH] Fix typo in R-package README.md (#2190) --- R-package/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/README.md b/R-package/README.md index eb251926a..b66006fbd 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -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')