-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 1.76 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 1.76 KB
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
56
57
58
59
60
61
62
Package: minpatch
Type: Package
Title: Post-Processing for Conservation Planning Solutions to Ensure Minimum Patch Sizes
Version: 0.1.0
Authors@R: c(
person(
given = "Jason D.",
family = "Everett",
role = c("aut", "cre"),
email = "DrJasonEverett@gmail.com",
comment = c(ORCID = "0000-0002-6681-8054")
),
person(
given = "Anthony J.",
family = "Richardson",
role = c("aut"),
email = "a.richardson1@uq.edu.au",
comment = c(ORCID = "0000-0002-9289-7366")
),
person(
given = "Robert J.",
family = "Smith",
role = "aut",
comment = "Original MinPatch algorithm author")
)
Description: Implements the MinPatch algorithm for post-processing conservation planning
solutions from prioritizr to ensure all protected areas meet user-defined minimum
size thresholds. Based on the methodology described in Smith et al. (2010)
"An approach for ensuring minimum protected area size in systematic conservation planning".
The package provides functions to remove small patches, add new patches to meet
conservation targets, and remove unnecessary planning units while maintaining
minimum patch sizes and conservation objectives.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends:
R (>= 4.0.0)
Imports:
sf (>= 1.0.0),
prioritizr (>= 7.0.0),
rlang,
stats,
magrittr,
igraph,
Matrix
Suggests:
dplyr,
ggplot2,
prioritizrdata,
terra,
testthat (>= 3.0.0),
knitr,
patchwork,
rmarkdown,
stars,
stringr,
parallelly
VignetteBuilder: knitr
URL: https://github.com/SpatialPlanning/minpatch
BugReports: https://github.com/SpatialPlanning/minpatch/issues
Config/testthat/edition: 3