dmurdoch
dmurdoch
The main conflicts are coming from bootstrap's CSS. The problem with the workaround above is that the ioslides CSS messes up the crosstalk controls, which are designed to work with...
I've put together a fork that edits the bootstrap CSS so it is isolated: https://github.com/dmurdoch/crosstalk/tree/bootstrap-iso. I don't really like the current design: It offers 3 choices for handling bootstrap: `"full"`,...
That message isn't coming from `rgl` code. There's a message like that in base R in `.make_numeric_version()`, which is called by `numeric_version()`, `package_version()`, and `R_system_version()`. `rgl` calls `getRversion()` during configuration,...
I don't remember why I had the R < 4.3.2 dependency, but if it was necessary, at least it will go away over time.
A similar workaround worked for me on an Intel Mac. I unzipped the downloaded driver in `~/Library/Application Support/binman_chromedriver/mac64/116.0.5845.96`. Running `binman::list_versions("chromedriver")` saw it there, so loading happened in my script (which...
This is a first attempt at an update of the code. I added a new function to `wdman` based on the `binman::predl_google_storage` function: ```r #' Pre-download function for Chrome-for-testing site...
@dietrichson: I just submitted my changes as a PR #35. They aren't ready to merge. Someone who knows `wdman` can probably spot errors, and the issues in my previous comment...
I don't see this in the equivalent R Markdown document, so it's likely some small difference in the way LaTeX is generated between the two systems. I don't use Quarto,...
That would be possible, but isn't this a Quarto bug? H is a legal option to the "table" environment (given the right packages). `kableExtra` isn't the only way to produce...
I've taken a closer look, and I see this in the metadata file being read here: ``` "Cube Title","Product Id","CANSIM Id",URL,"Cube Notes","Archive Status",Frequency,"Start Reference Period","End Reference Period","Total number of dimensions"...