-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.27 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
Package: vegablock
Title: Provides an Interface between Vega and Blocks
Version: 0.0.0.9002
Authors@R:
person(given = "Ian",
family = "Lyttle",
role = c("aut", "cre"),
email = "ian.lyttle@schneider-electric.com",
comment = structure("0000-0001-9962-4849", .Names = "ORCID"))
Description: The Blocks website <https://bl.ocks.org> provides a way to share
JavaScript-based visualizations; the vegawidget package provides a way to
compose and render Vega (JavaScript) visualizations using R. This package
provides a bridge between the Blocks website and the vegawidget package.
If you have a GitHub account, you can use this package to deploy Vega(-Lite)
blocks. Further, if a block contains a Vega(-Lite) specification and meets
a specific format, you can use this package to import such a specification.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/vegawidget/vegablock
BugReports: https://github.com/vegawidget/vegablock/issues
Imports:
vegawidget,
yaml,
gistr,
git2r,
glue,
assertthat,
fs,
rlang,
jsonlite
Suggests:
rsvg,
processx,
magick,
testthat,
pkgdown
Remotes: vegawidget/vegawidget
Roxygen: list(markdown = TRUE)