What problem does it solve?
This Skill helps R developers move from ad hoc analysis to reliable, production-ready data workflows with modern tidyverse patterns, Shiny reactivity, and reproducible reporting.
Core Features & Use Cases
- Data Wrangling: Clean, reshape, and summarize data with dplyr, tidyr, purrr, stringr, and forcats.
- Visualization: Build publication-ready charts with ggplot2, patchwork, and custom themes or scales.
- Shiny Development: Design reactive apps, modules, caching, and async patterns for interactive data products.
- Testing and Packaging: Support testthat, renv, package structure, documentation, and deployment workflows.
- Use Case: A data scientist can analyze sales data, generate a dashboard, and package the workflow for reproducible collaboration.
Quick Start
Ask the assistant to create an R 4.4+ tidyverse pipeline with a Shiny dashboard, a ggplot2 visualization, and testthat coverage for the core analysis.