-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 788 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: gglite
Title: Lightweight Data Visualization via the Grammar of Graphics
Version: 0.0.7
Authors@R: person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name",
comment = c(ORCID = "0000-0003-0645-5666"))
Description: A lightweight R interface to the AntV G2 JavaScript visualization
library with a ggplot2-style API. Supports rendering in R Markdown, Shiny,
and standalone HTML previews. Depends only on 'xfun' for JSON serialization.
License: MIT + file LICENSE
URL: https://github.com/yihui/gglite
BugReports: https://github.com/yihui/gglite/issues
Depends: R (>= 4.1.0)
Imports:
xfun
Suggests:
htmltools,
litedown,
knitr,
shiny,
testit
VignetteBuilder: litedown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3