[R] Increase the version number, date and required R version (#1920)

* remove unnecessary line
This commit is contained in:
Tong He
2016-12-30 21:29:26 -08:00
committed by GitHub
parent 7948d1c799
commit f5c85836bf
2 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ if (require('knitr')) opts_chunk$set(fig.width = 5, fig.height = 5, fig.align =
%
<<prelim,echo=FALSE>>=
xgboost.version = '0.4-2'
xgboost.version <- packageDescription("xgboost")$Version
@
%