-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 814 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 814 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
25
26
27
28
29
30
Package: vegadown
Title: 'knitr' Engine to Render 'YAML' and 'JSON' into 'Vega'
Version: 0.0.0.9004
Authors@R:
person(given = "Ian J",
family = "Lyttle",
role = c("aut", "cre"),
email = "ian.lyttle@se.com",
comment = c(ORCID = "0000-0001-9962-4849"))
Description: Lets you automatically render 'JSON' and 'YAML' code chunks into
'Vega' and 'Vega-Lite'.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
rmarkdown,
testthat (>= 3.0.0),
palmerpenguins
VignetteBuilder: knitr
Imports:
vegawidget (>= 0.3.2),
knitr,
yaml,
withr,
purrr
URL: https://github.com/vegawidget/vegadown
BugReports: https://github.com/vegawidget/vegadown/issues
Config/testthat/edition: 3