forked from plotly/plotly.R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.03 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
Package: plotly
Type: Package
Title: Interactive, publication-quality graphs online.
Version: 0.4
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
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]"))
License: MIT + file LICENSE
Description: An interface to plotly's online graphing tools with desktop R
environments. Send data to a plotly account and view the graphs in a web
browser. Style the graphs with code or with plotly's online interface;
share data and graphs publicly with a url or privately among other plotly
members; access your graphs from anywhere. Example graph:
https://plot.ly/~chris/1638/
URL: https://github.com/ropensci/plotly
BugReports: https://github.com/ropensci/plotly/issues
Depends:
RCurl,
RJSONIO,
ggplot2
Imports:
knitr
Suggests:
maps,
testthat