Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 89 additions & 88 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,88 +1,89 @@
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.10.2.9000
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Chris", "Parmer", role = "aut",
email = "[email protected]"),
person("Toby", "Hocking", role = "aut",
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Karthik", "Ram", role = "aut",
email = "[email protected]"),
person("Marianne", "Corvellec", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0002-1994-3581")),
person("Pedro", "Despouy", role = "aut",
email = "[email protected]"),
person("Salim", "Brüggemann", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")),
person("Plotly Technologies Inc.", role = "cph"))
License: MIT + file LICENSE
Description: Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.
URL: https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/
BugReports: https://github.com/plotly/plotly.R/issues
Depends:
R (>= 3.2.0),
ggplot2 (>= 3.0.0)
Imports:
tools,
scales,
httr (>= 1.3.0),
jsonlite (>= 1.6),
magrittr,
digest,
viridisLite,
base64enc,
htmltools (>= 0.3.6),
htmlwidgets (>= 1.5.2.9001),
tidyr (>= 1.0.0),
RColorBrewer,
dplyr,
vctrs,
tibble,
lazyeval (>= 0.2.0),
rlang (>= 0.4.10),
crosstalk,
purrr,
data.table,
promises
Suggests:
MASS,
maps,
hexbin,
ggthemes,
GGally,
ggalluvial,
testthat,
knitr,
shiny (>= 1.1.0),
shinytest (>= 1.3.0),
curl,
rmarkdown,
Cairo,
broom,
webshot,
listviewer,
dendextend,
maptools,
rgeos,
sf,
png,
IRdisplay,
processx,
plotlyGeoAssets,
forcats,
palmerpenguins,
rversions,
reticulate,
rsvg
LazyData: true
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/Needs/check:
tidyverse/ggplot2,
rcmdcheck,
devtools,
reshape2
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.10.2.9000
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Chris", "Parmer", role = "aut",
email = "[email protected]"),
person("Toby", "Hocking", role = "aut",
email = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Karthik", "Ram", role = "aut",
email = "[email protected]"),
person("Marianne", "Corvellec", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0002-1994-3581")),
person("Pedro", "Despouy", role = "aut",
email = "[email protected]"),
person("Salim", "Brüggemann", role = "ctb",
email = "[email protected]", comment = c(ORCID = "0000-0002-5329-5987")),
person("Plotly Technologies Inc.", role = "cph"),
person("William", "Holmes", role = c("ctb")))
License: MIT + file LICENSE
Description: Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.
URL: https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/
BugReports: https://github.com/plotly/plotly.R/issues
Depends:
R (>= 3.2.0),
ggplot2 (>= 3.0.0)
Imports:
tools,
scales,
httr (>= 1.3.0),
jsonlite (>= 1.6),
magrittr,
digest,
viridisLite,
base64enc,
htmltools (>= 0.3.6),
htmlwidgets (>= 1.5.2.9001),
tidyr (>= 1.0.0),
RColorBrewer,
dplyr,
vctrs,
tibble,
lazyeval (>= 0.2.0),
rlang (>= 0.4.10),
crosstalk,
purrr,
data.table,
promises
Suggests:
MASS,
maps,
hexbin,
ggthemes,
GGally,
ggalluvial,
testthat,
knitr,
shiny (>= 1.1.0),
shinytest (>= 1.3.0),
curl,
rmarkdown,
Cairo,
broom,
webshot,
listviewer,
dendextend,
maptools,
rgeos,
sf,
png,
IRdisplay,
processx,
plotlyGeoAssets,
forcats,
palmerpenguins,
rversions,
reticulate,
rsvg
LazyData: true
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/Needs/check:
tidyverse/ggplot2,
rcmdcheck,
devtools,
reshape2
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export(plotly_data)
export(plotly_empty)
export(plotly_example)
export(plotly_json)
export(plotly_merge)
export(rangeslider)
export(raster2uri)
export(remove_typedarray_polyfill)
Expand Down
Loading