This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
/
DESCRIPTION
50 lines (50 loc) · 1.85 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
46
47
48
49
50
Package: ggvis
Title: Interactive Grammar of Graphics
Version: 0.4.9
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Winston", "Chang", , "[email protected]", role = "aut"),
person(, "Posit", role = "cph"),
person(, "jQuery Foundation", role = "cph",
comment = "jQuery library and jQuery UI library"),
person(, "jQuery contributors", role = c("ctb", "cph"),
comment = "jQuery library; authors listed in inst/www/lib/jquery/AUTHORS.txt"),
person(, "jQuery UI contributors", role = c("ctb", "cph"),
comment = "jQuery UI library; authors listed in inst/www/lib/jquery-ui/AUTHORS.txt"),
person("Mike", "Bostock", role = c("ctb", "cph"),
comment = "D3 library"),
person(, "D3 contributors", role = "ctb",
comment = "D3 library; authors listed at https://github.com/d3/d3/graphs/contributors"),
person(, "Trifacta Inc.", role = "cph",
comment = "Vega library"),
person(, "Vega contributors", role = "ctb",
comment = "Vega library; authors listed at https://github.com/trifacta/vega/graphs/contributors"),
person("Sebastián", "Décima", role = c("ctb", "cph"),
comment = "javascript-detect-element-resize library")
)
Description: An implementation of an interactive grammar of graphics,
taking the best parts of 'ggplot2', combining them with the reactive
framework of 'shiny' and drawing web graphics using 'vega'.
License: GPL-2 | file LICENSE
URL: https://ggvis.rstudio.com/
Depends:
R (>= 3.0)
Imports:
assertthat,
dplyr (>= 0.5.0),
htmltools (>= 0.2.4),
jsonlite (>= 0.9.11),
magrittr,
methods,
rlang,
shiny (>= 0.11.1)
Suggests:
knitr (>= 1.6),
lubridate,
MASS,
mgcv,
rmarkdown,
testthat (>= 0.8.1)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1