-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.76 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
Package: rmacrostrat
Title: Fetch Geologic Data from the 'Macrostrat' Platform
Description: Work with the 'Macrostrat' (<https://macrostrat.org/>) Web Service
(v.2, <https://macrostrat.org/api/v2>) to fetch geological data relevant to
the spatial and temporal distribution of sedimentary, igneous, and
metamorphic rocks as well as data extracted from them.
Version: 1.0.0
Authors@R: c(
person(given = "Lewis A.", family = "Jones", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3902-8986")),
person(given = "William", family = "Gearty", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-0076-3262")),
person(given = "Christopher D.", family = "Dean", email = "[email protected]",
role = c("aut"), comment =c(ORCID = "0000-0001-6471-6903")),
person(given = "Bethany", family = "Allen", email = "[email protected]",
role = c("aut"), comment =c(ORCID = "0000-0003-0282-6407")))
License: GPL (>= 3)
Language: en-US
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0)
Imports:
curl,
geojsonsf,
httr,
jsonlite,
sf
Suggests:
covr,
cowplot,
deeptime,
devtools,
ggplot2,
ggrepel,
ggspatial,
knitr,
rmarkdown,
rnaturalearth,
rnaturalearthhires,
rphylopic,
palaeoverse,
testthat (>= 3.0.0),
units
Additional_repositories: https://ropensci.r-universe.dev
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://rmacrostrat.palaeoverse.org,
https://palaeoverse.org,
https://macrostrat.org,
https://github.com/UW-Macrostrat/macrostrat/issues
BugReports: https://github.com/palaeoverse/rmacrostrat/issues