-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
26 lines (26 loc) · 1.09 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
Package: rcdimple
Title: Dimple htmlwidget
Version: 0.1
Authors@R: c(
person("John", "Kiernander", role = c("aut", "cph"), comment = "dimple.js
library in htmlwidgets/lib, https://github.com/PMSI-AlignAlytics/dimple"),
person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js
library in htmlwidgets/lib, http://d3js.org"),
person("Jeremy", "Stucki", role = c("aut", "cph"), comment = "d3-grid
library in htmlwidgets/lib, http://github.com/cpettitt/dagre-d3"),
person("Kenton", "Russell", role = c("aut", "cre"), comment = "R
interface", email = "[email protected]"),
person("Ramnath", "Vaidyanathan", role = c("aut","ctb"), comment = "rCharts
common interace functions", email = "[email protected]")
)
Maintainer: Kenton Russell <[email protected]>
Description: Provides easy access to the dimple d3.js plotting library in the form
of an htmlwidget.
Depends: R (>= 3.1.2),
htmlwidgets,
htmltools
License: MIT + file LICENSE
LazyData: true
Suggests: knitr,
testthat
VignetteBuilder: knitr