dmurdoch
dmurdoch
This fixes #297 . I chose to put `par3d(...)` last in the function, so those `...` parameters will have priority. An alternative would be to put it in earlier, so...
If I have a d3scatter displaying a cloud of points and filter some of them, the selection acts as though they are still there, i.e. if I select the region...
If my data is in a matrix, `d3scatter` can't plot it: library(d3scatter) xy
If I put a `crosstalk` control in an `ioslides_presentation`, the styles get all messed up. For example: ``` --- output: ioslides_presentation --- ## CSS messed up ```{r eval = TRUE}...
In rgl, I need to record rgl's internal ID number in a SharedData object. I've also found it convenient to store some extra information about how I want that object...
This example: ``` library(crosstalk) set.seed(2017) sd
This code: https://github.com/IRkernel/repr/blob/6a050b7a76b11515c69849128cf5d9c1a6bf4b12/R/repr_htmlwidget.r#L9 looks as though a warning should be issued when an htmlwidget object attempts to put code in the HTML header. That's what `rgl` currently does, and it...
This StackOverflow question: https://stackoverflow.com/q/72698223 illustrates what looks like a bug in the display of graphics. This script: ```r temp
Please fill the following template: ### Operating System: MacOS 10.13.6 ### Please describe Expected behaviour I'm trying to use RSelenium to drive Google Chrome. For a long time I've had...