-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.45 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
41
42
43
44
Package: tidypaleo
Title: Tidy Tools for Paleoenvironmental Archives
Version: 0.1.3.9000
Authors@R: person("Dewey", "Dunnington",
email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-9415-4582"))
Description: Provides a set of functions with a common framework for age-depth model management,
stratigraphic visualization, and common statistical transformations. The focus of the
package is stratigraphic visualization, for which 'ggplot2' components are provided
to reproduce the scales, geometries, facets, and theme elements commonly used in
publication-quality stratigraphic diagrams. Helpers are also provided to reproduce
the exploratory statistical summaries that are frequently included on
stratigraphic diagrams. See Dunnington et al. (2021) <doi:10.18637/jss.v101.i07>.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: testthat,
knitr,
rmarkdown,
vegan,
patchwork,
forcats,
vdiffr
URL: https://paleolimbot.github.io/tidypaleo/, https://github.com/paleolimbot/tidypaleo
BugReports: https://github.com/paleolimbot/tidypaleo/issues
Imports: rlang,
tidyselect,
dplyr,
vctrs,
tibble,
scales,
ggplot2 (>= 3.0.0),
styler,
purrr,
ggstance,
stringr,
withr,
tidyr (>= 1.0.2),
digest,
rioja
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)