We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0ff38 commit 82ed8c6Copy full SHA for 82ed8c6
tests/testthat/helper-vdiffr.R
@@ -4,6 +4,8 @@ message("Visual testing is ", if (!visual_testing) "not ", "enabled.")
4
5
# start up the orca image server
6
imageServer <- if (visual_testing) {
7
+ # https://github.com/plotly/plotly.R/issues/2179
8
+ reticulate::py_run_string("import sys")
9
kaleido()
10
} else {
11
list(transform = function(...) stop("Visual testing is disabled!"))
0 commit comments