-
Notifications
You must be signed in to change notification settings - Fork 44
/
DESCRIPTION
27 lines (27 loc) · 875 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
Package: chorddiag
Title: Interactive Chord Diagrams
Version: 0.1.3
Authors@R: c(
person("Matthias", "Flor", email = "matthias.c.flor@gmail.com", role = c("aut", "cre")),
person("Elizabeth", "Tang", email = "eliz.thf@gmail.com", role = "ctb"),
person("Edwin", "de Jonge", email = "edwindjonge@gmail.com", role = "ctb"))
Description: Interactive Chord Diagrams via the D3 JavaScript library
Based on http://bl.ocks.org/mbostock/4062006 with some modifications
(fading) and additions (tooltips, bipartite diagram type).
URL: https://github.com/mattflor/chorddiag/
BugReports: https://github.com/mattflor/chorddiag/issues
Depends:
R (>= 3.2.0)
License: GPL (>= 3)
LazyData: true
Imports:
htmlwidgets (>= 0.4),
RColorBrewer (>= 1.1-2)
Suggests:
dplyr,
knitr,
shiny,
tibble
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8