-
Notifications
You must be signed in to change notification settings - Fork 633
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.49 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
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 3.4.7
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]"),
person("Chris", "Parmer", role = c("aut", "cph"),
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]"),
person("Pedro", "Despouy", role = "aut",
email = "[email protected]"))
License: MIT + file LICENSE
Description: Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser.
URL: https://plot.ly/r, https://github.com/ropensci/plotly
BugReports: https://github.com/ropensci/plotly/issues
Depends:
ggplot2 (>= 2.1.0)
Imports:
scales,
httr,
jsonlite,
magrittr,
digest,
viridis,
base64enc,
htmlwidgets,
tidyr,
plyr,
hexbin
Suggests:
dplyr,
maps,
ggthemes,
GGally,
testthat,
knitr,
devtools,
shiny,
htmltools,
curl,
rmarkdown,
RColorBrewer,
Rserve,
RSclient,
broom
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1