-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.12 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
Package: patchwise
Title: Create Patches of Feature Groups for Use in Spatial Prioritizations
Version: 0.1.0
Authors@R: c(
person(given = "Echelle S.", family = "Burns", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3902-1410")),
person(given = "Jason", family = "Flower", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6731-8182"))
)
Description: Allows for the selection of entire feature groups (features that touch) for protection via prioritizr, as opposed to the selection of individual cells across different feature groups.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
sf,
dplyr,
tidyr,
magrittr,
terra,
tibble,
stats,
methods,
tidyselect,
rlang
Roxygen: list(markdown = TRUE)
Remotes:
github::emlab-ucsb/spatialgridr,
github::emlab-ucsb/oceandatr
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
codetools,
testthat (>= 3.0.0),
oceandatr,
spatialgridr,
prioritizr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://emlab-ucsb.github.io/patchwise/