-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.3 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
Package: graphcoloring
Title: Graph Coloring Algorithms for Tidygraph
Version: 0.1.0
Authors@R: c(
person(given = "Forest",
family = "Fang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9180-1270")
),
person("Brian", "Crites",
role = c("aut", "cph"),
comment = "Author of included GraphColoring code"
)
)
Description: A collection of graph coloring algorithms for coloring vertices of
a graph such that no two adjacent vertices share the same color. The algorithms
are included via the embedded 'GraphColoring' C++ library, <https://github.com/brrcrites/GraphColoring>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports:
Rcpp,
tidygraph,
igraph,
magrittr,
Rdpack
RdMacros: Rdpack
RoxygenNote: 7.0.2
Suggests:
spelling,
sf,
ggraph,
ggplot2,
testthat,
covr,
USAboundaries,
knitr,
rmarkdown,
htmltools,
dplyr,
tidyr,
rvest
Language: en-US
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make
NeedsCompilation: yes
URL:
https://github.com/saurfang/graphcoloring,
https://github.com/brrcrites/GraphColoring
BugReports: https://github.com/saurfang/graphcoloring/issues
VignetteBuilder: knitr