Ari
Ari
Hello ggplot2 seems to allow the modification of the key glyph by using the `key_glyph` parameter inside a geom or stat. An example is: ```R p % ggplot(aes(x = mpg,...
Is position_beeswarm gone in the latest experimental version (as Sept 8/2019)? If so, is there a new function that we should use to replace position_beeswarm? Thanks!
Tire wear is not getting recorded by the app According to the [Forza website](https://support.forzamotorsport.net/hc/en-us/articles/21742934024211-Forza-Motorsport-Data-Out-Documentation) these elements are being sent out in the UDP packets but they aren't recorded in the...
**Describe the bug** While attempting to run the `cmdstanr_example()` I get the following error:  **To Reproduce** ```R library(cmdstanr) fit R.version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 crt ucrt...
Hello Basically what the title says. facet_grid2 by the way, sorry about the mistake in the title. ```R mpg %>% ggplot(aes(cyl, class)) + geom_point() + facet_grid2(. ~ manufacturer, axes =...