-
Notifications
You must be signed in to change notification settings - Fork 154
/
DESCRIPTION
40 lines (40 loc) · 1.16 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
Package: googleVis
Type: Package
Title: R Interface to Google Charts
Version: 0.7.3
Date: 2024-05-25
Authors@R: c(person("Markus", "Gesmann", role = c("aut", "cre"),
email = "markus.gesmann@googlemail.com"),
person("Diego", "de Castillo", role = "aut",
email = "decastillo@gmail.com"),
person("Joe", "Cheng", role = "ctb",
email = "joe@rstudio.com"),
person("Ashley", "Baldry", role = "ctb"),
person("Durey", "Ingeniería", role = "ctb"))
Description: R interface to Google's chart tools, allowing users
to create interactive charts based on data frames. Charts
are displayed locally via the R HTTP help server. A modern
browser with an Internet connection is required. The data
remains local and is not uploaded to Google.
Depends:
R (>= 3.0.2)
Imports:
methods,
jsonlite,
utils
Suggests:
shiny (>= 0.4.0),
httpuv (>= 1.2.0),
knitr (>= 1.5),
rmarkdown,
markdown,
data.table
License: GPL (>= 2)
URL: https://mages.github.io/googleVis/
BugReports: https://github.com/mages/googleVis/issues
LazyLoad: yes
LazyData: yes
BuildManual: yes
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.1
Encoding: UTF-8