forked from vegawidget/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.64 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
64
65
66
67
Package: altair
Version: 3.1.0.0.9001
Title: R Interface to 'Altair'
Description: Interface to 'Altair' <https://altair-viz.github.io>, which itself
is a Python interface to 'Vega-Lite' <https://vega.github.io/vega-lite>.
This package uses the 'Reticulate' framework
<https://rstudio.github.io/reticulate> to manage the interface between R
and Python.
Authors@R: c(
person(
given = "Ian",
family = "Lyttle",
email = "ian.lyttle@schneider-electric.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849")
),
person("Altair Developers", role = c("aut")),
person(
"Alicia",
"Schep",
email = "aschep@gmail.com",
role = c("ctb"),
comment = c(ORCID = "orcid.org/0000-0002-3915-0618")
),
person("Haley", "Jeppson", email = "hjeppson@iastate.edu", role = c("ctb")),
person("Jake", "Vanderplas", comment = "Altair library", role = c("ctb")),
person("Brian", "Granger", comment = "Altair library", role = c("ctb"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
URL: https://github.com/vegawidget/altair
BugReports: https://github.com/vegawidget/altair/issues
Imports:
reticulate (>= 1.9),
htmlwidgets,
rlang (>= 0.1.2),
assertthat,
magrittr,
jsonlite,
utils,
vegawidget (>= 0.2.0.9006),
repr
Suggests:
httr,
rprojroot,
purrr,
readr,
knitr,
rmarkdown,
tibble,
listviewer (>= 2.0.0),
testthat,
pryr,
stringr,
tidyr,
dplyr,
pkgdown,
processx,
rsvg,
png,
fs
Remotes: vegawidget/vegawidget
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr