-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 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
Package: conserveR
Title: Identifying Conservation Prioritization Methods Based on Data Availability
Version: 1.0.4
Authors@R:
person(given = "Alexander",
family = "Zizka",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1680-9192"))
Description: Helping biologists to choose the most suitable approach to link their research to conservation. After answering few questions on the data available, geographic and taxonomic scope, 'conserveR' ranks existing methods for conservation prioritization and systematic conservation planning by suitability. The methods data base of 'conserveR' contains 133 methods for conservation prioritization based on a systematic review of > 12,000 scientific publications from the fields of spatial conservation prioritization, systematic conservation planning, biogeography and ecology.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Language: en-US
Imports:
cowplot,
GGally,
ggplot2,
ggrepel,
magrittr,
network,
rlang,
scales,
sna,
utils
URL: https://github.com/azizka/conserveR
BugReports: https://github.com/azizka/conserveR/issues
Depends:
R (>= 3.5.0)