Hadley Wickham
Hadley Wickham
After running the example in `shiny::actionButton` and clicking on the action button, I see: This looks like the button is still pressed down; it should pop back up on mouse...
So you could do (e.g.) ```R diamonds |> ggplot() |> geom_histogram(aes(carat)) |> facet_wrap(vars_select(starts_with("c") & !carat)) ``` (Motivating real function: https://twitter.com/avakiai/status/1574392928545513472) I don't think this is that useful in direct analysis...
It'd also be nice if there was some way to expand the domain of continuous scales slightly, ensuring that the data wouldn't overlap with the axes. Perhaps this could be...
It would be useful if scales supported transitions so that they updated when smoothly when the underlying data changed. Transitions could either accumulate all values in the domain (i.e. so...
 Due to PR titled `list {duckplyr} on packages page`
(Since other tidyverse/r-lib packages will requiring it; this just makes the dependency explicit for covr)
This is a heads up to let you know that `with_mock()` is deprecated and will be made defunct soon. The API functions that made it work are being removed in...
https://github.com/r-lib/pak/issues/61 Quick notes from our discussion today: we only need to make a best effort here, installing as many packages as we many, and clearly reporting on what we couldn't....
This is a heads up to let you know that `with_mock()` is deprecated and will be made defunct soon. The API functions that made it work are being removed in...