moved the external graphing packages to Suggested in order to trim the dependencies

This commit is contained in:
Vadim Khotilovich
2015-04-07 17:43:53 -05:00
parent e91bacd378
commit 76cef701ab
4 changed files with 21 additions and 34 deletions

View File

@@ -18,7 +18,12 @@ License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/dmlc/xgboost
BugReports: https://github.com/dmlc/xgboost/issues
VignetteBuilder: knitr
Suggests: knitr
Suggests:
knitr,
ggplot2 (>= 1.0.0),
DiagrammeR (>= 0.4),
Ckmeans.1d.dp (>= 3.3.1),
vcd (>= 1.3)
Depends:
R (>= 2.10)
Imports:
@@ -26,8 +31,4 @@ Imports:
methods,
data.table (>= 1.9.4),
magrittr (>= 1.5),
stringr (>= 0.6.2),
DiagrammeR (>= 0.4),
ggplot2 (>= 1.0.0),
Ckmeans.1d.dp (>= 3.3.1),
vcd (>= 1.3)
stringr (>= 0.6.2)