forked from mages/googleVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 975 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
28
29
30
31
32
33
Package: googleVis
Type: Package
Title: R Interface to Google Charts
Version: 0.5.9
Date: 2015-02-04
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
email = "[email protected]"),
person("Diego", "de Castillo", role = "aut",
email = "[email protected]"),
person("Joe", "Cheng", role = "ctb",
email = "[email protected]"))
Description: R interface to Google Charts API, allowing users
to create interactive charts based on data frames. Charts
are displayed locally via the R HTTP help server. A modern
browser with Internet connection is required and for some
charts a Flash player. The data remains local and is not
uploaded to Google.
Depends:
R (>= 3.0.2)
Imports:
methods,
RJSONIO,
utils
Suggests:
shiny (>= 0.4.0),
httpuv (>= 1.2.0),
knitr (>= 1.5)
License: GPL (>= 2)
URL: http://github.com/mages/googleVis
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
Type: Package