-
Notifications
You must be signed in to change notification settings - Fork 626
/
DESCRIPTION
89 lines (89 loc) · 2.25 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.10.4.9000
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Chris", "Parmer", role = "aut",
email = "[email protected]"),
person("Toby", "Hocking", role = "aut",
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Karthik", "Ram", role = "aut",
email = "[email protected]"),
person("Marianne", "Corvellec", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0002-1994-3581")),
person("Pedro", "Despouy", role = "aut",
email = "[email protected]"),
person("Salim", "Brüggemann", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")),
person("Plotly Technologies Inc.", role = "cph"))
License: MIT + file LICENSE
Description: Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.
URL: https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/
BugReports: https://github.com/plotly/plotly.R/issues
Depends:
R (>= 3.2.0),
ggplot2 (>= 3.0.0)
Imports:
tools,
scales,
httr (>= 1.3.0),
jsonlite (>= 1.6),
magrittr,
digest,
viridisLite,
base64enc,
htmltools (>= 0.3.6),
htmlwidgets (>= 1.5.2.9001),
tidyr (>= 1.0.0),
RColorBrewer,
dplyr,
vctrs,
tibble,
lazyeval (>= 0.2.0),
rlang (>= 1.0.0),
crosstalk,
purrr,
data.table,
promises
Suggests:
MASS,
maps,
hexbin,
ggthemes,
GGally,
ggalluvial,
testthat,
knitr,
shiny (>= 1.1.0),
shinytest2,
curl,
rmarkdown,
Cairo,
broom,
webshot,
listviewer,
dendextend,
sf,
png,
IRdisplay,
processx,
plotlyGeoAssets,
forcats,
withr,
palmerpenguins,
rversions,
reticulate,
rsvg,
ggridges
LazyData: true
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/Needs/check:
tidyverse/ggplot2,
rcmdcheck,
devtools,
reshape2,
s2