-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 2.38 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
56
57
Package: priorCON
Type: Package
Title: Graph Community Detection Methods into Systematic Conservation Planning
Version: 0.1.4
Authors@R: c(person("Christos", "Adam", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0003-3244-7034")),
person("Aggeliki", "Doxa", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4279-1499")),
person("Nikolaos", "Nagkoulis", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1900-2634")),
person("Maria", "Papazekou", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7063-9553")),
person("Antonios D.", "Mazaris", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4961-5490")),
person("Stelios", "Katsanevakis", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5137-7540"))
)
Maintainer: Christos Adam <[email protected]>
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.4),
terra (>= 1.7.78),
highs,
tmap (>= 3.3.4),
sf (>= 1.0.16),
brainGraph (>= 3.1.0),
igraph (>= 2.0.3)
Depends:
R (>= 4.1.0)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown