From 2e71d2dfe41cef2a11218ebd9cf3607bbc4eb532 Mon Sep 17 00:00:00 2001 From: Tong He Date: Fri, 20 Mar 2015 16:05:36 -0700 Subject: [PATCH] Update readme.md --- demo/kaggle-otto/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/kaggle-otto/readme.md b/demo/kaggle-otto/readme.md index 265ebf1d2..af95dd47a 100644 --- a/demo/kaggle-otto/readme.md +++ b/demo/kaggle-otto/readme.md @@ -14,7 +14,7 @@ The parameter `nthread` controls the number of cores to run on, please set it to To install the R-package of xgboost, please run -``` +```r devtools::install_github('tqchen/xgboost',subdir='R-package') ```