Skip to content

Commit e883c17

Browse files
authored
Upgrade to v1.57.1 (#1892)
* update to plotly.js v1.57.1 * move hexbin to suggests to avoid CRAN note * validate new baselines
1 parent e6b593f commit e883c17

File tree

153 files changed

+161
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+161
-160
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ rsconnect/
1717
revdep/
1818
travis_debug.R
1919
.httr-oauth
20+
tests/testthat/Rplots.pdf

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Imports:
3737
htmltools (>= 0.3.6),
3838
htmlwidgets (>= 1.5.2.9001),
3939
tidyr,
40-
hexbin,
4140
RColorBrewer,
4241
dplyr,
4342
vctrs,
@@ -51,6 +50,7 @@ Imports:
5150
Suggests:
5251
MASS,
5352
maps,
53+
hexbin,
5454
ggthemes,
5555
GGally,
5656
testthat,

NEWS.md

Lines changed: 1 addition & 1 deletion

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ typedArrayPolyfill <- function() {
479479
plotlyMainBundle <- function() {
480480
htmltools::htmlDependency(
481481
name = "plotly-main",
482-
version = "1.54.1",
482+
version = "1.57.1",
483483
package = "plotly",
484484
src = dependency_dir("plotlyjs"),
485485
script = "plotly-latest.min.js",

R/sysdata.rda

1.85 KB
Binary file not shown.

inst/docker/Dockerfile.vtest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ RUN mkdir -p /opt/orca \
8888
ENV VDIFFR=true
8989
EXPOSE 3838
9090

91-
91+
ARG CRANCACHE=1
9292
RUN R -e "update.packages(ask=FALSE)"
9393
RUN R -e "remotes::install_github('r-lib/vdiffr')"
9494

9595
# install any new dependencies, then either manage cases (the default) or run tests
9696
# note the workaround to get docker to run a proper exit status when there are testthat errors
9797
# https://github.com/r-lib/testthat/issues/515#issuecomment-304169376
98-
CMD R -e "remotes::install_deps(dep = TRUE)"
98+
CMD R -e "remotes::install_deps(dependencies = TRUE)"
9999

100100
CMD cd /home/plotly; R -e "if (!identical(Sys.getenv('VMODE'), 'ci')) vdiffr::manage_cases(); \
101101
res <- devtools::test(reporter='summary'); \

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/figs/area/area-traces-order.svg

Lines changed: 1 addition & 1 deletion

tests/figs/bar/bar-aes-colour-guides-fill-false.svg

Lines changed: 1 addition & 1 deletion

tests/figs/bar/bar-aes-fill-guides-color-none.svg

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)