Username parameter is deprecated in install_function (see doc of the package for more information).

This commit is contained in:
El Potaeto 2014-12-31 11:03:51 +01:00
parent 4f0ae53974
commit d07be2bb96

View File

@ -6,7 +6,7 @@ For up-to-date version(which is recommended), please install from github. Window
```r ```r
require(devtools) require(devtools)
install_github('xgboost','tqchen',subdir='R-package') install_github('tqchen/xgboost',subdir='R-package')
``` ```
For stable version on CRAN, please run For stable version on CRAN, please run