diff --git a/DESCRIPTION b/DESCRIPTION index 4c1c464..bdd78d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,9 @@ Package: chorddiag Title: Interactive Chord Diagrams -Version: 0.0.1 -Authors@R: person("Matthias", "Flor", email = "matthias.c.flor@gmail.com", role = c("aut", "cre")) +Version: 0.1.0 +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")) 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).