-
Notifications
You must be signed in to change notification settings - Fork 633
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.31 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
Package: plotly
Title: Create interactive web-based graphs via plotly's API
Version: 1.0.3
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cph"),
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Karthik", "Ram", role = "aut",
email = "[email protected]"),
person("Toby", "Hocking", role = "aut",
email = "[email protected]"),
person("Marianne", "Corvellec", role = "aut",
email = "[email protected]"),
person("Pedro", "Despouy", role = "aut",
email = "[email protected]"),
person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]"))
License: MIT + file LICENSE
Description: Create interactive web-based graphs via plotly's API.
Easily translate ggplot2 plots to plotly and/or create custom plotly graphs.
Once uploaded to a plotly account, plotly graphs (and the data behind them)
can be viewed and modified in a web browser.
URL: https://github.com/ropensci/plotly
BugReports: https://github.com/ropensci/plotly/issues
Depends:
ggplot2
Imports:
scales,
httr,
jsonlite,
magrittr,
digest,
viridis
Suggests:
dplyr,
maps,
testthat,
knitr,
devtools,
shiny,
htmltools,
curl,
rmarkdown,
RColorBrewer
LazyData: true