RSS Parrot

BETA

🦜 Posts | Tidyverse

@www.tidyverse.org.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Posts

Your feed and you don't want it here? Just e-mail the birb.

Site URL: www.tidyverse.org/blog/

Feed URL: www.tidyverse.org/blog/index.xml

Posts: 9

Followers: 3

Fonts in R

Published: May 12, 2025 00:00

(An updated version of this blog post will be available at the systemfonts webpage) The purpose of this document is to give you the a thorough overview of fonts in R. However, for this to be possible, you’ll first need a basic understanding of fonts in…

svglite 2.2.0

Published: May 7, 2025 00:00

We’re pleased to announce the release of svglite 2.2.0. svglite is a graphic device that is capable of creating SVG files from R graphics. SVG is a vector graphic format which means that it encodes the instructions for recreating a graphic in a…

recipes 1.3.0

Published: April 28, 2025 00:00

We’re thrilled to announce the release of recipes 1.3.0. recipes lets you create a pipeable sequence of feature engineering steps. You can install it from CRAN with: install.packages("recipes") This blog post will walk through some of the highlights of…

scales 1.4.0

Published: April 23, 2025 00:00

We’re stoked to announce the release of scales 1.4.0. scales is a package that provides much of the scaling logic that is used in ggplot2 to a general framework, along with utility functions for e.g. formatting labels or creating colour palettes. You can…

Learning the tidyverse with the help of AI tools

Published: April 4, 2025 00:00

As an educator who teaches data science with R, I have LOTS of opinions about using artificial intelligence (AI) tools when learning R. But I will keep this post to the use of generative AI tools, like ChatGPT, in learning R, and specifically learning to…

rsample 1.3.0

Published: April 3, 2025 00:00

We’re thrilled to announce the release of rsample 1.3.0. rsample makes it easy to create resamples for assessing model performance. It is part of the tidymodels framework, a collection of R packages for modeling and machine learning using tidyverse…

Improved sparsity support in tidymodels

Published: March 19, 2025 00:00

Photo by Oliver Olah on Unsplash We’re stoked to announce tidymodels now fully supports sparse data from end to end. We have been working on this for over 5 years. This is an extension of the work we have done previously with blueprints, which would…

Q1 2025 tidymodels digest

Published: February 27, 2025 00:00

The tidymodels framework is a collection of R packages for modeling and machine learning using tidyverse principles. Since the beginning of 2021, we have been publishing quarterly updates here on the tidyverse blog summarizing what’s new in the tidymodels…

Air, an extremely fast R formatter

Published: February 21, 2025 00:00

We’re thrilled to announce Air, an extremely fast R formatter. Formatters are used to automatically style code, but I find that it’s much easier to show what Air can do rather than tell, so we’ll start with a few examples. In the video below, we’re inside…