-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.03 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: prior3D
Type: Package
Title: 3D Prioritization Algorithm
Version: 0.1.4
Authors@R: c(person("Aggeliki", "Doxa", role = "aut",
email = "aggeliki.doxa@uoc.gr",
comment = c(ORCID = "0000-0003-4279-1499")),
person("Christos", "Adam", role = c("aut", "cre"),
email = "econp266@econ.soc.uoc.gr",
comment = c(ORCID = "0009-0003-3244-7034")),
person("Nikolaos", "Nagkoulis", role = "aut",
email = "nikolaosn@civil.auth.gr",
comment = c(ORCID = "0000-0002-1900-2634")),
person("Antonios D.", "Mazaris", role = "aut",
email = "amazaris@bio.auth.gr",
comment = c(ORCID = "0000-0002-4961-5490")),
person("Stelios", "Katsanevakis", role = "aut",
email = "stelios@katsanevakis.com",
comment = c(ORCID = "0000-0002-5137-7540"))
)
Maintainer: Christos Adam <econp266@econ.soc.uoc.gr>
Description: Three-dimensional systematic conservation planning, conducting
nested prioritization analyses across multiple depth levels and
ensuring efficient resource allocation throughout the water column.
It provides a structured workflow designed to address biodiversity
conservation and management challenges in the 3 dimensions, while
facilitating users’ choices and parameterization (Doxa et al. 2025
<doi:10.1016/j.ecolmodel.2024.110919>).
License: GPL-3
Encoding: UTF-8
URL: https://github.com/cadam00/prior3D, https://cadam00.github.io/prior3D/
BugReports: https://github.com/cadam00/prior3D/issues
LazyData: true
Imports:
prioritizr (>= 8.0.4),
terra,
maps (>= 3.4.2),
highs,
viridis (>= 0.6.5),
readxl (>= 1.4.3),
rasterdiv (>= 0.3.4),
geodiv (>= 1.1.0),
methods,
stats,
utils,
graphics,
grDevices
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown
Depends: R (>= 2.10)