dmurdoch

Results 80 issues of dmurdoch

This is a first pass at handling the new location of chromedriver, a partial fix for #34 . It is definitely incomplete as discussed there.

Google Chrome has just updated to version 116.x.y.z, and there's no chromedriver available for that version. The website https://chromedriver.chromium.org/downloads refers to https://googlechromelabs.github.io/chrome-for-testing/, which the driver to be installed in a...

In this issue https://github.com/ropensci/wdman/issues/34 I pointed out that `wdman` can't download recent versions of `chromedriver`, because the Chrome developers have changed the way they are distributed. I think the new...

This default value: https://github.com/facebookexperimental/siMMMulator/blob/da44d9afdbf3012078deba7a98f4d2999dcccf93/R/step_1_create_baseline.R#L35 (using `my_variables` as the default for `my_variables`) will never work. Either the user specified the argument and the default isn't used, or the user didn't, in...

Fixes #4 . In addition: Re-export readr::problems to read them. Don't delete tempdir(); unzip into subdir and delete that. Don't try to create a data.frame, return a data table as...

When I download the CPI table, I get a warning about a parsing issue: ``` r statcanR::statcan_data("18-10-0006-01", "eng") #> statcanR: downloading remote table. #> Warning: One or more parsing issues,...

Is there a way for a document to detect that it is being produced with `output: markdown::html_format`? I would like to use that output format for `rgl` vignettes, because then...

As described here: https://stackoverflow.com/q/79015684, the `triangulate()` function is really unreliable.

I just had a report that the vignettes in `rgl` are not displaying the graphics properly. They were using R Markdown and `markdown::html_format` as the output driver, and that stopped...

This PR changes two things: 1. It changes `mark()` to allow `meta` to be specified as a chunk option. This will allow an htmlwidget `record_print()` method to insert dependencies. I...