|
1 | 1 | Package: plotly |
2 | | -Type: Package |
3 | | -Title: Interactive, publication-quality graphs online. |
4 | | -Version: 0.6.3 |
5 | | -Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"), |
| 2 | +Title: Create interactive web-based graphs via plotly's API |
| 3 | +Version: 1.0.0 |
| 4 | +Authors@R: c(person("Chris", "Parmer", role = c("aut", "cph"), |
6 | 5 | |
7 | 6 | person("Scott", "Chamberlain", role = "aut", |
8 | 7 | |
9 | 8 | person("Karthik", "Ram", role = "aut", |
10 | 9 | |
11 | | - person("Toby", "Hocking", role="aut", |
12 | | - |
13 | | - person("Marianne", "Corvellec", role="aut", |
14 | | - |
15 | | - person("Pedro", "Despouy", role="aut", |
16 | | - |
17 | | - person("Carson", "Sievert", role="aut", |
18 | | - |
19 | | -Author: Chris Parmer |
20 | | -Maintainer: Marianne Corvellec < [email protected]> |
| 10 | + person("Toby", "Hocking", role = "aut", |
| 11 | + |
| 12 | + person("Marianne", "Corvellec", role = "aut", |
| 13 | + |
| 14 | + person("Pedro", "Despouy", role = "aut", |
| 15 | + |
| 16 | + person("Carson", "Sievert", role = c("aut", "cre"), |
| 17 | + |
21 | 18 | License: MIT + file LICENSE |
22 | | -Description: An interface to plotly's online graphing tools with desktop R |
23 | | - environments. Send data to a plotly account and view the graphs in a web |
24 | | - browser. Style the graphs with code or with plotly's online interface; |
25 | | - share data and graphs publicly with a url or privately among other plotly |
26 | | - members; access your graphs from anywhere. Example graph: |
27 | | - https://plot.ly/~chris/1638/ |
| 19 | +Description: Create interactive web-based graphs via plotly's API. |
| 20 | + Easily translate ggplot2 plots to plotly and/or create custom plotly graphs. |
| 21 | + Once uploaded to a plotly account, plotly graphs (and the data behind them) |
| 22 | + can be viewed and modified in a web browser. |
28 | 23 | URL: https://github.com/ropensci/plotly |
29 | 24 | BugReports: https://github.com/ropensci/plotly/issues |
30 | 25 | Depends: |
31 | | - RCurl, |
32 | | - RJSONIO, |
33 | 26 | ggplot2 |
34 | 27 | Imports: |
35 | | - knitr |
| 28 | + scales, |
| 29 | + httr, |
| 30 | + jsonlite, |
| 31 | + magrittr, |
| 32 | + digest, |
| 33 | + viridis |
36 | 34 | Suggests: |
| 35 | + dplyr, |
37 | 36 | maps, |
38 | | - testthat |
| 37 | + testthat, |
| 38 | + knitr, |
| 39 | + devtools, |
| 40 | + shiny, |
| 41 | + rmarkdown, |
| 42 | + RColorBrewer |
| 43 | +LazyData: true |
0 commit comments