[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

@ -1,8 +1,8 @@
Package: xgboost Package: xgboost
Type: Package Type: Package
Title: Extreme Gradient Boosting Title: Extreme Gradient Boosting
Version: 0.6-2 Version: 0.6-3
Date: 2016-11-25 Date: 2016-12-28
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>, Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>,
Michael Benesty <michael@benesty.fr>, Vadim Khotilovich <khotilovich@gmail.com>, Michael Benesty <michael@benesty.fr>, Vadim Khotilovich <khotilovich@gmail.com>,
Yuan Tang <terrytangyuan@gmail.com> Yuan Tang <terrytangyuan@gmail.com>
@ -29,7 +29,7 @@ Suggests:
testthat, testthat,
igraph (>= 1.0.1) igraph (>= 1.0.1)
Depends: Depends:
R (>= 2.15.1) R (>= 3.3.0)
Imports: Imports:
Matrix (>= 1.1-0), Matrix (>= 1.1-0),
methods, methods,

View File

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