#rstats Stoked to say that a new release of {tinyplot} is available on CRAN and R-universe.
https://grantmcdermott.com/tinyplot/

Grab it with:

```{r}
install.packages("tinyplot")
```

A quick ๐Ÿงต showcasing some new features...

tinyplot

1. We've added support for more plot types, including barplots. This was one of the last remaining "canonical" base plot types that we've wanted to cover. You can do regular stacked or dodged plots, as well as fancier pyramid / centered barplots. https://grantmcdermott.com/tinyplot/man/type_barplot.html
2. Another newly supported type: violin plots. You can do all of the regular grouping/faceting stuff, but here's a straightforward example to illustrate. https://grantmcdermott.com/tinyplot/man/type_violin.html
3. Customizing axis labels is now a lot easier thanks to a couple of convenience functions documented here: https://grantmcdermott.com/tinyplot/man/tinylabel.html You can specify breaks, use formatting shortcut symbols, or even pass custom formatting functions.

4. Better NSE support means less typing for plots with x/ymin and x/ymax values, e.g. coefficient plots.

(We plan to expand this smart NSE passing to equivalent arguments like weights and subset in a future release.)

5. There are a bunch of other internal improvements and bug fixes, including much better support on
@Posit Positron now. See NEWS on our (significantly revamped!) website. https://grantmcdermott.com/tinyplot/NEWS.html

As ever, special thanks to my co-maintainers
@zeileis and
@vincentab.

news โ€“ tinyplot

@gmcd This all really looks amazing, very impressive work! Incredible to have such powerful, user friendly plotting available with no dependencies ๐Ÿคฉ

So thank you ๐Ÿ™‚