| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Creates the proper `bundleTraceMap` list as internal data object directly from the upstream JS file when updating plotly.js. This commit adds an updated `bundleTraceMap` for the currently used plotly.js v2.11.1 to `R/sysdata.rda`.
|
Note that the failing tests are unrelated to this PR, AFAICT. |
Sorry, something went wrong.
This makes non-base-R dependencies clearly apparent
|
@cpsievert Anything else I need to do to get this merged? |
Sorry, something went wrong.
|
@cpsievert I've updated this PR to the latest changes. I'd be glad if you could merge it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Creates the proper bundleTraceMap list as internal package data object directly from the upstream JS file when plotly.js is updated.
The data is sourced from the file tasks/util/constants.js of the matching plotly.js Git tag via yay::gh_text_file(), which I wrote. The package is not (yet) available on CRAN and thus must be installed via remotes::install_gitlab("rpkg.dev/yay") for the time being. I think this shouldn't be an issue since tools/update_plotlyjs.R is run manually during development and is not intended to be run by users.
This commit adds an updated bundleTraceMap for the currently used plotly.js v2.25.2 to R/sysdata.rda, which now also includes plotly.js' strict bundle, so now plotly::partial_bundle(type = "strict") works as intended.