-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.27 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
Type: Package
Package: b3gbi
Title: General Biodiversity Indicators for Biodiversity Data Cubes
Version: 0.2.3.1
Authors@R: c(
person("Shawn", "Dove", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9465-5638"))
)
Description: Calculate general biodiversity indicators from GBIF data
cubes. Includes many common indicators such as species richness and
evenness, which can be calculated over time (trends) or space (maps).
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/b3gbi,
https://b-cubed-eu.github.io/b3gbi/
BugReports: https://github.com/b-cubed-eu/b3gbi/issues
Depends:
R (>= 3.5.0),
Imports:
dplyr,
furrr,
future,
ggplot2,
iNEXT,
magrittr,
mgrs (>= 0.2.4),
patchwork,
permute,
purrr,
readr,
rlang,
rnaturalearth,
sf,
stringr,
tibble,
tidyr,
units
Suggests:
bold (>= 1.3.0),
knitr,
rmarkdown,
rnaturalearthdata,
taxize (>= 0.9.99),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr, rmarkdown
Remotes:
github::hrbrmstr/mgrs,
github::ropensci/bold,
github::ropensci/taxize,