forked from plotly/plotly.R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.46 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
Package: plotly
Type: Package
Title: Interactive, publication-quality graphs online.
Version: 0.5.2
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]"),
person("Marianne", "Corvellec", role="aut",
email="[email protected]"),
person("Pedro", "Despouy", role="aut",
email="[email protected]"))
Author: Chris Parmer
Maintainer: Marianne Corvellec <[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
Collate:
'one_to_one_corr.R'
'build_function.R'
'colour_conversion.R'
'ggplotly.R'
'marker_conversion.R'
'plotly-package.r'
'plotly.R'
'signup.R'
'tools.R'
'trace_generation.R'