Skip to content

Commit c959575

Browse files
committed
require ggplot2 for vignette
1 parent 192625c commit c959575

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

DESCRIPTION

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
Package: datplot
2-
Type: Package
3-
Title: Preparation of object dating ranges for density plots
4-
Version: 0.2.1
5-
Author: Lisa Steinmann
6-
Maintainer: Lisa Steinmann <lisa.steinmann@rub.de>
7-
Description: Converting date ranges into dating 'steps' eases the visualization of changes in e.g. pottery consumption, style and other variables over time. This package provides tools to process and prepare data for visualization.
8-
License: CC BY-SA 4.0
9-
Encoding: UTF-8
10-
LazyData: true
11-
RoxygenNote: 7.1.0
12-
Suggests:
13-
testthat,
14-
devtools,
15-
knitr,
16-
rmarkdown
17-
Depends:
18-
R (>= 2.10)
19-
VignetteBuilder: knitr
1+
Package: datplot
2+
Type: Package
3+
Title: Preparation of object dating ranges for density plots
4+
Version: 0.2.1
5+
Author: Lisa Steinmann
6+
Maintainer: Lisa Steinmann <lisa.steinmann@rub.de>
7+
Description: Converting date ranges into dating 'steps' eases the visualization of changes in e.g. pottery consumption, style and other variables over time. This package provides tools to process and prepare data for visualization.
8+
License: CC BY-SA 4.0
9+
Encoding: UTF-8
10+
LazyData: true
11+
RoxygenNote: 7.1.0
12+
Suggests:
13+
testthat,
14+
devtools,
15+
knitr,
16+
rmarkdown,
17+
ggplot2
18+
Depends:
19+
R (>= 2.10)
20+
VignetteBuilder: knitr

0 commit comments

Comments
 (0)