-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.38 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
Package: dwcPrepare
Title: Helps Prepare Data for use in a Darwin Core Archive
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jacob",
family = "Berson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7059-2131")),
person(given = "Jake",
family = "Manger",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0686-4788")))
Description: The package helps take a data frame that contains data such as
geographic coordinates, date/date-time and species abundances, and
transforms these data ready for use in a Darwin Core archive.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/jdberson/dwcPrepare,
https://jdberson.github.io/dwcPrepare/
BugReports: https://github.com/jdberson/dwcPrepare/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr (>= 1.0.10),
geosphere (>= 1.5.14),
hms (>= 1.1.2),
lubridate (>= 1.8.0),
parzer (>= 0.4.1),
purrr (>= 0.3.5),
rlang (>= 1.0.6),
sf (>= 1.0.8),
stringr (>= 1.4.0.9000),
tibble (>= 3.1.8),
tidyr (>= 1.2.1),
tidyselect (>= 1.2.0)
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr