-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Type: Package
Package: datplot
Title: Preparation of Object Dating Ranges for Density Plots (Aoristic
Analysis)
Version: 1.1.1
Authors@R: c(
person("Lisa", "Steinmann", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-2215-1243")),
person("Barbora", "Weissova", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3297-6855"))
)
Maintainer: Lisa Steinmann <[email protected]>
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 and employs the concept of aoristic
analysis.
License: GPL (>= 3)
URL: https://github.com/lsteinmann/datplot,
https://lsteinmann.github.io/datplot/
BugReports: https://github.com/lsteinmann/datplot/issues
Depends:
R (>= 3.3)
Suggests:
covr,
devtools,
dplyr,
forcats,
ggplot2,
ggridges,
knitr,
reshape2,
rmarkdown,
stringr,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3