

Issue 2025-W16 Highlights
Apr 16, 2025
Dive into the exciting updates from R 4.5.0, including the clever integration of the palmer penguins dataset and key enhancements like the new 'use' function. Discover the transition from Plumber 1 to 2, focusing on improved API development. Learn how the innovative 'Chores' package automates repetitive tasks in R development, making it feel more like housework! Plus, get a peek at community contributions and the importance of collaboration through RDevDay events.
AI Snips
Chapters
Transcript
Episode notes
R 4.5.0 Key Features
- R 4.5.0 now includes the Palmer Penguins dataset in base R, expanding accessible example data.
- The new use() function imports specific package functions, inspired by Python's import style for more streamlined code.
Migrating Palmer Penguins Data
- Use the new base R Palmer Penguins dataset but be aware some column names differ from the original package.
- Utilize the Base Penguins package to convert old scripts for compatibility with the new dataset.
Plumber 2 API Rewrite
- Plumber 2 is a complete rewrite aiming to improve efficiency and ease of API development in R.
- It introduces breaking changes, new objects for request and response, and emphasizes user feedback for refinement.