Stuart Lee

Results 48 comments of Stuart Lee

Hi @ijlyttle do you have any suggestions for how to fix this? Is it worth exposing https://vega.github.io/vega/docs/api/view/#image-export to the widget?

+1 I think this is a really great idea too.

@jesse-jesse this is something I'm super interested in as well! A few R packages that may be of interest are @dicook's [nullabor](https://github.com/dicook/nullabor) and the [tidybayes](https://github.com/mjskay/tidybayes) package . There's also a...

This is a great idea - there's some interesting research on this in the vis community, like using constraint based programming to automate plot designs (see this [blog post](https://medium.com/@uwdata/draco-representing-applying-learning-visualization-design-guidelines-64ce20287e9d) and...

Yep you can even add in some modeling to perform 'ranking' of designs 😜

Is this a breaking change when a user tries to mutate with a column that is an S4 class (one of the original reasons I didn't use base tidyverse for...

That sounds like a good approach to me. There are vectorised methods for a lot of S4 List classes that `group_by() + summarize()` takes advantage of, so maybe also worth...

Just chiming into say I'm happy to review an PRs moving forward.