dmurdoch
dmurdoch
A recent update of a package on CRAN has caused me some trouble. What would be great is if I could say install_version("pkg", version = "previous") to go back to...
I made some changes to my Github `R CMD check` action for `rgl`, and suddenly it was trying to install a couple of thousand packages instead of a couple of...
The `prompt()` function in `utils` is a generic, so it would be possible to write a `prompt.R6ClassGenerator` method that generates a skeleton Rd page something like what Roxygen generates (but...
The debugging vignette says RStudio debugging doesn't work with R6 methods. A step towards this would be to allow breakpoints to be set in methods by location, similar to the...
It no longer needs to be listed in Suggests
The base graphics functions accept language objects, not just expressions. rgl should too.
Found in the rgl2gltf project: some glTF files use JPEG textures, but rgl doesn't support those.
In `snapshot3d()`, you can ask for a 600 dpi 3in x 3in image by setting the size to 1800x1800 pixels, but then the lines will be too thin, and the...
glTF files contain support for animations in two ways: matrices in nodes (i.e. subscenes) can be animated, and individual vertices can have their positions depend on more than one node....
An rgl scene can be shown in a Shiny app, but small changes to the scene take a long time to show up, because currently the whole scene needs to...