-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
52 lines (52 loc) · 1.21 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
Package: neotoma2
Title: Working with the Neotoma Paleoecology Database
Date: 2024-07-23
Version: 1.0.4
Authors@R:
c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut", "cre"),
email = "s.dominguez@ht-data.com",
comment = structure("0000-0002-7926-4935", .Names = "ORCID")),
person(given = "Simon",
family = "Goring",
role = c("aut"),
email = "goring@wisc.edu",
comment = structure("0000-0002-2700-4605", .Names = "ORCID")))
URL: https://github.com/NeotomaDB/neotoma2
BugReports: https://github.com/NeotomaDB/neotoma2/issues
Description: Access and manipulation of data using the Neotoma Paleoecology Database.
<https://api.neotomadb.org/api-docs/>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat,
knitr,
pkgdown,
rmarkdown,
Bchron,
ggplot2,
covr
Imports:
rlang,
magrittr,
sf,
geojsonsf,
purrr,
lubridate,
httr,
jsonlite,
methods,
dplyr,
gtools,
leaflet,
assertthat,
stringr,
progress,
wk,
uuid,
tidyr
VignetteBuilder:
knitr