What's New in R
A weekly roundup of new resources in the world of R.
What’s New in R: September 16, 2024
September 16, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring a tutorial on making musical chords in R, a worthy collection of short R commands and tricks, and a tutorial on adding hillshade effects to your maps. Let’s dive in! Listening to complex tones using sine waves and toneR Did you know R could create musical chords? It can! In this post, Matt Crump uses the {toneR} package to make chords. Pretty cool! Read More → A worthy collection of short R commands and tricks...
What’s New in R: September 9, 2024
September 9, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring impressions of Positron, a package for translating text, and a video on using GitHub Actions to publish a Quarto project automatically. Let’s dive in! Positron IDE - A new IDE for data science You may have heard about the new IDE (integrated development environment) for editing R code called Positron . Made by the folks at Posit, it’s a new alternative to RStudio. In this blog post, Athanasia Mo Mowinckel talks...
What’s New in R: September 3, 2024
September 3, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring the second edition of a ggplot book, a tutorial on making multi-column tables, and a warning about AI slop websites offering R advice. Let’s dive in! R Graphics Cookbook, 2nd edition The 2nd edition of this book by Winston Chang was released earlier this year. It’s got recipes that show you how to make a wide variety of charts in ggplot. It’s a great reference. Read More → Transform data for easier multi-column...
What’s New in R: August 26, 2024
August 26, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring a website that collects all Quarto extensions, a package that helps you to convert between output formats, and a tutorial on how to make a map that shows traffic noise. Let’s dive in! Quarto extensions Quarto extensions are a way of adding functionality to the base set of tools that exists in Quarto. For example, I used the spotlight extension to be able to highlight sections of my slides ( like this ) that I...
What’s New in R: August 19, 2024
August 19, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring a video on the lifecycle stages of functions, a tutorial on using AI in RStudio, and a package to add some pizazz to your R output. Let’s dive in! What does deprecated mean? Package lifecycle and the process of deprecation Sometimes you’ll read the documentation of a function and see that it has been deprecated. What exactly does this mean? This video walks through what deprecation means. And, if you’re...
What’s New in R: August 12, 2024
August 12, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring tips for building your first R package, a package to help you go from ggplot to Excel, and a package to help you keep track of when your packages can be updated. Let’s dive in! 5 Tips For Building Your First R Package Making your own R package is not nearly as complicated as many people think it is. In this video, Lee Durbin gives you five good tips to help you get started with making your first package. Watch →...
What’s New in R: August 5, 2024
August 5, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring a package for making music, a tutorial on making a custom Word template to work with Quarto, and a package that gives you custom shapes you can use in ggplot. Let’s dive in! {gm} package If the only thing that has stopped you from learning is the inability to write music with it, you no longer have an excuse. The {gm} package lets you write sheet music and play it from your computer with just a few lines of code....
What’s New in R: July 29, 2024
July 29, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring the rebirth of R primers, a package for making flowcharts, and a package to use SAS procedures in R. Let’s dive in! R Primers Six years ago, the company now known as Posit (then known as RStudio) created a set of primers for people learning R. They’ve since been taken down, but Andrew Heiss has re-created them. These are a great way to learn the basic of data wrangling, visualization, and more. Read More →...
What’s New in R: July 22, 2024
July 22, 2024
Welcome to this week’s edition of What’s New in R ! This week, we’re featuring a new code editor, a timeline of R’s history, and an attempt to model crochet patterns with ggplot. Let’s dive in! Maker of RStudio launches new R and Python IDE There’s a new code editor in town. Posit, the company that makes RStudio Desktop, widely used for editing R code, has released a beta of a new integrated development environment (aka IDE) called Positron. I’ve checked it out and it is definitely a more...