forked from GawainAntell/divvy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 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
Package: divvy
Title: Spatial Subsampling of Biodiversity Occurrence Data
Version: 1.0.0.9000
Authors@R:
person("Gawain", "Antell", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1948-6624"))
Depends: R (>= 4.0)
Description: Divide taxonomic occurrence data into geographic regions of fair
comparison, with three customisable methods to standardise area and extent.
Calculate common biodiversity and range-size metrics on subsampled data.
Background theory and practical considerations for the methods are described
in Antell and others (2023) <doi:10.31223/X5997Z>.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
iNEXT (>= 3.0.0),
Rdpack,
sf,
terra,
units,
vegan
RdMacros: Rdpack
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
LazyData: true
Suggests:
knitr,
rnaturalearth,
rnaturalearthdata,
ggplot2,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://gawainantell.github.io/divvy/, https://github.com/GawainAntell/divvy
BugReports: https://github.com/GawainAntell/divvy/issues