forked from marinebon/obisindicators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.26 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
Package: obisindicators
Title: Develop marine biodiversity indicators from OBIS data
Version: 0.0.2
URL: https://marinebon.org/obisindicators,
https://github.com/marinebon/obisindicators
BugReports: https://github.com/marinebon/obisindicators/issues
Authors@R:
c(
person(
"Ben", "Ben", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2686-0784")
),
person("Pieter", "Provoost", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-4236-0384")
),
person("Tylar", "Murray", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-8241-1919")
),
person("Abby", "Benson", , , role = c("ctb"),)
)
Description: Use data from the Ocean Biogeographic Information System to build marine biodiversity indicators relevant to scientific investigators and resource managers.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Imports:
dggridR (>= 3.0.0),
dplyr,
ggplot2,
gsl,
rnaturalearth,
rnaturalearthdata,
sf,
viridis
Remotes: r-barnes/dggridR
Config/testthat/edition: 3