-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.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
54
55
Package: changeRangeR
Type: Package
Title: Change Metrics for Species Geographic Ranges
Version: 1.1.0
Authors@R: c(person('Peter J.', 'Galante',email='[email protected]',role=c('aut')),
person('Samuel','Chang',email='[email protected]',role=c('aut')),
person('Andrea','Paz',email='[email protected]',role=c('aut')),
person('Jamie M.','Kass',email='[email protected]',role=c('aut')),
person('Matthew','Aiello-Lammens',email='[email protected]',role=c('aut')),
person('Beth','Gerstner',email='[email protected]',role=c('aut')),
person('Bethany A.','Johnson',email='[email protected]',role=c('aut')),
person('Cory','Merow',email='[email protected]',role=c('aut')),
person('Elkin','Noguera-Urbano',email='[email protected]',role=c('aut')),
person('Gonzalo E.','Pinilla-Buitrago',email='[email protected]',role=c('aut')),
person('Dan','Rosauer',email='[email protected]',role=c('aut')),
person('Mary E.','Blair',email='[email protected]',role=c('aut','cre')))
Description: Facilitates workflows to reproducibly transform estimates of
species’ distributions into metrics relevant for conservation. For
example, combining predictions from species distribution models with other
maps of environmental data to characterize the proportion of a species’
range that is under protection, calculating metrics used under the
International Union for Conservation of Nature (IUCN) Criteria A and B
guidelines (Area of Occupancy and Extent of Occurrence), and calculating
more general metrics such as taxonomic and phylogenetic diversity, as well
as endemism. Also facilitates temporal comparisons among biodiversity
metrics to inform efforts towards complementarity and consideration of
future scenarios in conservation decisions. 'changeRangeR' also provides
tools to determine the effects of modeling decisions through sensitivity
tests.
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
Imports:
phylobase,
raster,
dplyr,
rangeModelMetadata,
sf,
sp
Suggests:
ape,
tidyverse,
rmarkdown,
testthat,
tinytex,
knitr,
picante,
wallace,
R.utils,
tools,
dismo
RoxygenNote: 7.2.3