-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #628 from ropensci/fix/nse
Major update to `plot_ly()`
- Loading branch information
Showing
112 changed files
with
3,557 additions
and
1,558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: plotly | ||
Title: Create Interactive Web Graphics via 'plotly.js' | ||
Version: 3.6.5 | ||
Version: 4.0.0 | ||
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Chris", "Parmer", role = c("aut", "cph"), | ||
|
@@ -20,20 +20,22 @@ Description: Easily translate 'ggplot2' graphs to an interactive web-based versi | |
URL: https://plot.ly/r, https://github.com/ropensci/plotly | ||
BugReports: https://github.com/ropensci/plotly/issues | ||
Depends: | ||
R (>= 2.10), | ||
ggplot2 (>= 2.1.0) | ||
Imports: | ||
scales, | ||
httr, | ||
jsonlite, | ||
magrittr, | ||
digest, | ||
viridis, | ||
viridisLite, | ||
base64enc, | ||
htmlwidgets, | ||
tidyr, | ||
hexbin | ||
Suggests: | ||
dplyr, | ||
hexbin, | ||
lazyeval (>= 0.2.0) | ||
Suggests: | ||
maps, | ||
ggthemes, | ||
GGally, | ||
|
@@ -47,7 +49,9 @@ Suggests: | |
RColorBrewer, | ||
Rserve, | ||
RSclient, | ||
broom | ||
broom, | ||
webshot, | ||
listviewer | ||
LazyData: true | ||
VignetteBuilder: knitr | ||
RoxygenNote: 5.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2014 | ||
COPYRIGHT HOLDER: Chris Parmer | ||
YEAR: 2016 | ||
COPYRIGHT HOLDER: Chris Parmer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.