From d07be2bb963fc66cf3a3816f0c3d0de8678c2374 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Wed, 31 Dec 2014 11:03:51 +0100 Subject: [PATCH] Username parameter is deprecated in install_function (see doc of the package for more information). --- 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 c0ca87195..ca65df9a3 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -6,7 +6,7 @@ For up-to-date version(which is recommended), please install from github. Window ```r require(devtools) -install_github('xgboost','tqchen',subdir='R-package') +install_github('tqchen/xgboost',subdir='R-package') ``` For stable version on CRAN, please run