R Weekly 2024-W23 Compa-tibble, Tutorials with Quarto
This week’s release was curated by Jon Calder, with help from the R Weekly team members and contributors.
Highlight
Insights
R in the Real World
R in Organizations
New Packages
📦 Keep up to date wtih CRANberries 📦
CRAN
-
{ggfoundry} 0.1.1: Hand-crafted fillable shapes for ggplot2.
-
{marquee} 0.1.0: Markdown Parser and Renderer for R Graphics
-
{sparsevctrs} 0.1.0: Sparse Vectors for Use in Data Frames
-
{geoarrow} 0.2.0: Extension Types for Spatial Data for Use with ‘Arrow’
-
{emphatic} 0.1.8: Exploratory Analysis of Tabular Data using Colour Highlighting
GitHub
- {geotargets} 0.1.0: ‘Targets’ Extensions for Geospatial Formats
Updated Packages
-
{survivoR} 2.3.3: Data from all Seasons of Survivor (US) TV Series in Tidy Format - diffify
-
{RcppArmadillo} 0.12.8.4.0: ‘Rcpp’ Integration for the ‘Armadillo’ Templated Linear Algebra Library - diffify
-
{RMariaDB} 1.3.2: Database Interface and MariaDB Driver - diffify
-
{bulkreadr} 1.1.1: The Ultimate Tool for Reading Data in Bulk - diffify
-
{ggwordcloud} 0.6.2: A Word Cloud Geom for ‘ggplot2’ - diffify
Videos and Podcasts
Shiny Apps
-
Introducing LogAnalyzer: An Easy-to-Use Log Monitoring Tool for R/Shiny Applications
-
How to Develop Robust and Maintainable JavaScript Code Within a Shiny Application
Tutorials
-
What is the difference between (un)packing and (un)nesting a tibble?
-
Creating R tutorial worksheets (with and without solutions) using Quarto
-
R One Billion Row Challenge: Is R Viable Option for Analyzing Huge Datasets?
-
What are the use cases for using nested data over packed data?
R Project Updates
Updates from R Core:
Call for Participation
Upcoming Events in 3 Months
Events in 3 Months:
Connect
Join the Data Science Learning Community
rtistry
🚨New chart tutorial alert! 🙂
— Yan Holtz (@R_Graph_Gallery) May 30, 2024
Learn how to build a clean choropleth map with a histogram included as a legend.
All made with #rstats and ggplot2. 🔥
Full tuto:https://t.co/RjP2UX5jky
Thanks @viniciusoike for the contribution, and @joseph_barbier for the tweaks! 🙏 pic.twitter.com/2VK5RCDvMi
Quotes of the Week
FYI, base #rstats rounds to the even number at .5, rather than always rounding up.
— Crystal Lewis (@Cghlewis) May 29, 2024
1.5 -> 2
2.5 -> 2
If you want to to always round up at .5, you can use janitor::round_half_up(). https://t.co/ANTMzO2Yzs pic.twitter.com/N3Y3D3wu9s