-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.07 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: virgo
Title: A Domain Specific Language for Layered Grammar of
Interactive Graphics
Version: 0.0.0.9000
Authors@R:
c(person(given = "Earo",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6448-5260")),
person(given = "Stuart",
family = "Lee",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1179-8436")),
person(given = "Vega/Vega-Lite Developers",
role = c("ctb", "cph")))
Description: An implementation of a grammar of interactive
graphics using 'vega' in R.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
jsonlite,
rlang,
scales,
tidyselect,
vctrs,
vegawidget (>= 0.3.2),
stats
Suggests:
covr,
dplyr,
knitr,
lubridate,
palmerpenguins,
rmarkdown,
gapminder,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1