-
Notifications
You must be signed in to change notification settings - Fork 654
/
DESCRIPTION
45 lines (45 loc) · 1 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
Package: rCharts
Type: Package
Title: Interactive Charts using Javascript Visualization Libraries
Version: 0.4.5
Date: 2013-04-09
Authors@R: c(
person("Thomas", "Reinholdsson", role = "ctb"),
person("Kenton", "Russell", role = "ctb"),
person("Ramnath", "Vaidyanathan", email = "[email protected]",
role = c("aut", "cre")
))
Maintainer: Ramnath Vaidyanathan <[email protected]>
Description: Create interactive visualizations with a plotting interface
familiar to R users using several javascript visualization libraries.
Imports:
plyr,
lattice,
RCurl,
RJSONIO,
whisker,
yaml
License: MIT
Collate:
'utils.R'
'utils-rickshaw.R'
'rChartsClass.R'
'Datatables.R'
'Dimple.R'
'Polycharts.R'
'Morris.R'
'Nvd3.R'
'Rickshaw.R'
'xCharts.R'
'toJSON.R'
'getLayer.R'
'renderChart.R'
'showOutput.R'
'gist.R'
'publish.R'
'Highcharts.R'
'Vega.R'
'Leaflet.R'
'makeExamples.R'
'Timeline.R'
'Uvcharts.R'