-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
64 lines (64 loc) · 1.63 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: deeptime
Title: Plotting Tools for Anyone Working in Deep Time
Version: 2.1.0.9001
Authors@R: person("William", "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0076-3262"))
Maintainer: William Gearty <willgearty@gmail.com>
Description: Extends the functionality of other plotting packages (notably 'ggplot2')
to help facilitate the plotting of data over long time intervals, including,
but not limited to, geological, evolutionary, and ecological data. The
primary goal of 'deeptime' is to enable users to add highly customizable
timescales to their visualizations. Other functions are also included to
assist with other areas of deep time visualization.
URL: https://williamgearty.com/deeptime/,
https://github.com/willgearty/deeptime
BugReports: https://github.com/willgearty/deeptime/issues
Depends: R (>= 3.4)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
biocViews:
Imports:
deeptimedata,
ggplot2 (>= 3.5.0),
utils,
ggforce,
grid,
gridExtra,
gtable,
methods,
stats,
lattice,
rlang (>= 1.1.0),
scales,
ggfittext,
curl,
cli,
lifecycle,
grImport2,
ggh4x
Suggests:
geomtextpath,
phytools,
dplyr,
divDyn,
gsloid,
ape,
palaeoverse,
paleotree,
dispRity,
ggtree (>= 3.6.1),
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
knitr,
rmarkdown,
withr,
ggpattern,
ggrepel,
rmacrostrat,
svglite
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/revdeps: revdepcheck
Roxygen: list(markdown = TRUE)