Alan O'Callaghan

Results 161 comments of Alan O'Callaghan

I've not got a mac to test this on; no issues on Ubuntu. Will investigate further if github actions shows similar errors, otherwise I suspect you're on your own. https://github.com/talgalili/heatmaply/commit/2a75c62a61df568d6216d99c30e3cd9a5fe4f8ee...

I meant "which line of heatmaply hangs?" CI passes so I don't really have a path to dig in further

you could call `debug(heatmaply)` and then call `heatmaply(mtcars)` which will enter a debug session you can then step through the function to identify which line hangs

https://support.rstudio.com/hc/en-us/articles/205612627-Debugging-with-RStudio

And the row dend is not plotted last (bottom-right).

If you use py2r or something, super easy. A proper pythonic rewrite would take ages and is not something I'm really interested in

`NextMethod` is a super weird function in general. I've discovered (through some hacking) that you can use it in place of `UseMethod` to define default behaviour for all subclasses, as...

fyi https://github.com/plotly/plotly.js/issues/1747

Solution noted here: https://github.com/rstudio/d3heatmap/issues/63

@ndrubins, from the help page for `options()`: ``` ‘expressions’: sets a limit on the number of nested expressions that will be evaluated. Valid values are 25...500000 with default 5000. If...