We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f1459 commit b96d782Copy full SHA for b96d782
tools/update_plotlyjs.R
@@ -63,7 +63,7 @@ withr::with_dir(tmpdir, {
63
overwrite = TRUE
64
)
65
# update plot schema and (partial) bundles
66
- Schema <- jsonlite::fromJSON(Sys.glob("dist/plot-schema.json"))
+ Schema <- jsonlite::fromJSON("dist/plot-schema.json")
67
bundleTraceMap <-
68
paste0(readLines("tasks/util/constants.js"), collapse = "\n") |>
69
stringr::str_extract(pattern = "(?<=\\b(const|var) partialBundleTraces = )\\{[^}]+\\}") |>
0 commit comments