-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 834 Bytes
/
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
Package: mcMST
Title: A Toolbox for the Multi-Criteria Minimum Spanning Tree Problem
Description: Algorithms to approximate the Pareto-front of multi-criteria minimum spanning tree problems.
Version: 1.1.1
Encoding: UTF-8
Date: 2023-03-13
Authors@R: c(person("Jakob", "Bossek", email = "[email protected]", role =
c("aut", "cre")))
Maintainer: Jakob Bossek <[email protected]>
License: BSD_2_clause + file LICENSE
URL: https://github.com/jakobbossek/mcMST
BugReports: https://github.com/jakobbossek/mcMST/issues
Depends:
BBmisc (>= 1.6),
ecr (>= 2.1.0),
grapherator
Imports:
checkmate (>= 1.1),
gtools,
ggplot2 (>= 1.0.0),
vegan,
qgraph,
viridis,
igraph
Suggests:
testthat (>= 0.9.1),
knitr,
rmarkdown,
gridExtra
ByteCompile: yes
RoxygenNote: 7.2.3
VignetteBuilder: knitr