-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
Package: neotoma2
Title: Working with the Neotoma Paleoecology Database
Date: 2025-12-13
Version: 1.0.11
Authors@R:
c(person(given = "Dominguez Vidana",
family = "Socorro",
role = c("aut", "cre"),
email = "dominguezvid@wisc.edu",
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/>.
Examples in functions that require API access are not executed during CRAN checks.
Vignettes do not execute as to avoid API calls during CRAN checks.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
testthat,
knitr,
pkgdown,
rmarkdown,
ggplot2,
Bchron,
covr,
Imports:
rlang,
magrittr,
sf,
digest,
geojsonsf,
purrr,
httr,
jsonlite,
methods,
dplyr,
leaflet,
assertthat,
stringr,
progress,
uuid,
utils,
tidyr
VignetteBuilder:
knitr