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 0051d1c commit 4d863a6Copy full SHA for 4d863a6
tests/testthat.R
@@ -33,7 +33,8 @@ if (report_diffs || build_table) {
33
)
34
download.file(
35
"https://raw.githubusercontent.com/ropensci/plotly/master/inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js",
36
- file.path(table_dir, "template", "Old.min.js")
+ file.path(table_dir, "template", "Old.min.js"),
37
+ method = "curl"
38
39
# directory for placing test differences
40
this_dir <- file.path(table_dir, this_hash)
0 commit comments