Skip to content

Commit c610c8c

Browse files
committed
Accept new snapshots
1 parent 65646d8 commit c610c8c

File tree

17 files changed

+16
-22
lines changed

17 files changed

+16
-22
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
run: |
6767
Rscript -e 'library(reticulate); use_python(install_python()); py_install(c("kaleido", "plotly"))'
6868
69-
- name: Install shinytest deps
70-
if: matrix.config.shinytest == true
71-
run: |
72-
Rscript -e 'shinytest::installDependencies()'
73-
R CMD install .
74-
shell: bash
75-
7669
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
7770
- name: Run Tests
7871
run: |

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Suggests:
5757
testthat,
5858
knitr,
5959
shiny (>= 1.1.0),
60-
shinytest (>= 1.3.0),
60+
shinytest2,
6161
curl,
6262
rmarkdown,
6363
Cairo,

tests/testthat/_snaps/ggplot-contour/raster-contour-binned.svg

Lines changed: 1 addition & 0 deletions
Loading

tests/testthat/_snaps/ggplot-facets/3-panels.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/barley.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-mult.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-x.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y-2.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)