Update xgboostPresentation.Rmd

Edited to note unavailability of stable version of this package on CRAN.

http://cran.r-project.org/web/packages/xgboost/index.html
This commit is contained in:
Jonathan Robinson 2015-05-28 09:45:46 -04:00
parent 733d23aef8
commit a55f4d3416

View File

@ -57,11 +57,9 @@ devtools::install_github('dmlc/xgboost', subdir='R-package')
Cran version
------------
For stable version on *CRAN*, run:
As of 2015-03-13, xgboost was removed from the CRAN repository.
```{r installCran, eval=FALSE}
install.packages('xgboost')
```
Formerly available versions can be obtained from the CRAN [archive](http://cran.r-project.org/src/contrib/Archive/xgboost)
Learning
========