-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: ggvega
Title: Translator from 'ggplot2' to 'Vega-Lite'
Version: 0.0.0.9018
Authors@R:
c(
person(given = "Haley",
family = "Jeppson",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ian J",
family = "Lyttle",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9962-4849")),
person(given = "Wenyu",
family = "Yang",
role = c("aut"),
email = "[email protected]"),
person("Vega/Vega-Lite Developers",
role = c("ctb"),
comment = "Vega-Lite schema"),
person("Schneider Electric", role = "fnd"),
person("Google Summer of Code", role = "fnd")
)
Description: The goal of this package is to translate 'ggplot2' objects
into 'Vega-Lite' specifications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/vegawidget/ggvega
BugReports: https://github.com/vegawidget/ggvega/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Depends:
R (>= 2.10)
Imports:
V8 (>= 2.2),
vegawidget (>= 0.3.1),
jsonlite,
magrittr,
purrr,
digest,
rlang,
ggplot2,
glue,
fs,
utils
Suggests:
testthat (>= 2.1.0),
pkgdown,
here,
knitr,
rmarkdown,
stringr,
tools,
readr,
processx,
withr,
htmltools,
shiny,
listviewer,
base64enc
VignetteBuilder: knitr