Skip to content

Commit 5d89ff1

Browse files
committed
Accept new snapshots; migrate to shinytest2
1 parent 65646d8 commit 5d89ff1

File tree

29 files changed

+53
-2027
lines changed

29 files changed

+53
-2027
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,

0 commit comments

Comments
 (0)