dmurdoch

Results 222 comments of dmurdoch

The first attempt wasn't visible, so there's a new attempt in #343 .

I believe this is all done now, subject to `knitr` accepting my pull request: https://github.com/yihui/knitr/pull/2243 . I'll leave the issue open until that is resolved.

This might allow us to drop XQuartz on Macs, and use glfw to do our loading and initialization.

I don't understand. In rgl meshes are R objects, so they can be saved just like any r object. Do you mean saving them directly to some external format? Which...

If you want to save a PNG, the mesh has to be rendered. Currently there are two ways to save the PNG. The faster one renders to the screen and...

PNG is the only graphics format that other software would recognize. For some very special cases, you could write HTML that would handle the animation in JavaScript - but that...

This appears to be triggered by this line: https://github.com/mboeck11/BGVAR/blob/7498d4d3a5b14ca24b391a2637245970dd245036/R/utils.R#L80 A discussion of it is on StackOverflow here: https://stackoverflow.com/a/77342074 .

Does `chromote` use `chromedriver`, like `webshot2` does? This sounds like problems updating `chromedriver` to a version compatible with `chrome` v118.0.5993.71, which was quite recently released. See https://github.com/ropensci/wdman/issues/34.

@gadenbuie: Sorry for the noise. I guess it's Rselenium that uses chromedriver.

Your source is really mangled. Is there a clean version online somewhere to try?