-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 2.39 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 2.39 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
Package: priorCON
Type: Package
Title: Graph Community Detection Methods into Systematic Conservation Planning
Version: 0.1.7
Authors@R: c(person("Christos", "Adam", role = c("aut", "cre"),
email = "econp266@econ.soc.uoc.gr",
comment = c(ORCID = "0009-0003-3244-7034")),
person("Aggeliki", "Doxa", role = "aut",
email = "aggeliki.doxa@uoc.gr",
comment = c(ORCID = "0000-0003-4279-1499")),
person("Nikolaos", "Nagkoulis", role = "aut",
email = "nikolaosn@civil.auth.gr",
comment = c(ORCID = "0000-0002-1900-2634")),
person("Maria", "Papazekou", role = "aut",
email = "mpapazek@bio.auth.gr",
comment = c(ORCID = "0000-0001-7063-9553")),
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: An innovative tool-set that incorporates graph community detection
methods into systematic conservation planning. It is designed to
enhance spatial prioritization by focusing on the protection of
areas with high ecological connectivity. Unlike traditional
approaches that prioritize individual planning units, 'priorCON'
focuses on clusters of features that exhibit strong ecological
linkages. The 'priorCON' package is built upon the 'prioritizr'
package <doi:10.32614/CRAN.package.prioritizr>, using commercial
and open-source exact algorithm solvers that ensure optimal
solutions to prioritization problems.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/cadam00/priorCON, https://cadam00.github.io/priorCON/
BugReports: https://github.com/cadam00/priorCON/issues
LazyData: true
Imports:
utils,
prioritizr (>= 8.0.6),
terra (>= 1.8.21),
highs (>= 0.1.10),
tmap (>= 4.0),
sf (>= 1.0.19),
brainGraph (>= 3.1.0),
igraph (>= 2.1.4)
Depends:
R (>= 4.1.0)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown