-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.48 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
Package: taucharts
Title: Create Interactive Charts with the JavaScript 'TauCharts' Library
Version: 0.4.5
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre")),
person("Adeel", "Khan", email = "[email protected]", role = c("aut", "ctb")),
person("Kent", "Russell", email = "[email protected]", role = c("aut", "ctb")),
person("Tho", "Nguyen", role = "ctb"),
person("Pierre", "Formont", email = "[email protected]", role = "ctb"),
person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js library in htmlwidgets/lib, http://d3js.org"),
person("Jeremy", "Ashkenas", role = c("aut", "cph"), comment = "underscore.js library in htmlwidgets/lib, http://underscorejs.org"),
person("Vladimir", "Petriko", role = c("aut", "cph"), comment = "taucharts.js library in htmlwidgets/lib, http://taucharts.com/")
)
Maintainer: Bob Rudis <[email protected]>
Description: The TauCharts <http://taucharts.org> JavaScript (D3) library makes
it possible to create compelling interactive charts. The taucharts package
provides an htmlwidgets interface to the TauCharts JavaScript library and
includes functions to translate simple ggplot2 objects into TauCharts
visualizations.
Depends:
R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
ggplot2,
dplyr,
tidyr,
shiny
Imports:
htmlwidgets,
htmltools,
magrittr,
RColorBrewer,
ggthemes,
zoo
RoxygenNote: 6.0.1