Ari

Results 5 issues of 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: ![error](https://user-images.githubusercontent.com/7259598/230709671-0a71fc91-88a5-48bc-b015-cc5f5e3ee8b5.png) **To Reproduce** ```R library(cmdstanr) fit R.version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 crt ucrt...

bug

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 =...