A personal history of the tidyverse

R
httr2 1.2.0 - Tidyverse
httr2 1.2.0 improves security for redacted headers, improves URL parsing and building, enhances debugging, and includes a bunch of other quality of life improvements.
Chapter 9 Use httptest2 | HTTP testing in R
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using httptest2. For this, we start from the initial state of exemplighratia2 again. Back to square one!...
Spatial Data Science
Welcome | R for Geographic Data Science
Introduction to Spatial Data Programming with R
Intro to GIS and Spatial Analysis
This is a compilation of lecture notes that accompany my Intro to GIS and Spatial Analysis course.
Welcome | Geocomputation with R
Welcome | Geocomputation with R is for people who want to analyze, visualize and model geographic data with open source software. It is based on R, a statistical programming language that has powerful data processing, visualization, and geospatial capabilities. The book equips you with the knowledge and skills to tackle a wide range of issues manifested in geographic data, including those with scientific, societal, and environmental implications. This book will interest people from many backgrounds, especially Geographic Information Systems (GIS) users interested in applying their domain-specific knowledge in a powerful open source language for data science, and R users interested in extending their skills to handle spatial data.
"📁" U+1F4C1: File Folder (Unicode Character)
The unicode character U+1F4C1 (📁) is named "File Folder" and belongs to the Miscellaneous Symbols and Pictographs block. It is HTML encoded as 📁.
Effective State Management in Shiny Modules: A React-Inspired Approach
Learn how to manage state in Shiny modules using a React-inspired approach with event handlers for better control and flexibility.
Shiny Packaging Custom JS
Shiny is a package that makes it easy to create interactive web apps using R and Python.
Shiny Custom Input Bindings
Shiny is a package that makes it easy to create interactive web apps using R and Python.
Shiny Sending Messages
Shiny is a package that makes it easy to create interactive web apps using R and Python.
Shiny Selectize Input
Shiny is a package that makes it easy to create interactive web apps using R and Python.
Introducing fodr: a package for French open data in R
Nowadays, more and more government organisations subscribe to the open data movement and some have done so in France, in the hopes that new services or insights would come from the analysis of this data.
Testing Legacy Shiny Apps: Start with Behavior, Not Code
Adding acceptance tests first makes refactoring safer.
Enterprise UI Design: Professional Bootstrap 5 for Shiny Apps
Master enterprise-grade UI/UX design for Shiny applications using Bootstrap 5, bslib theming, and professional design systems. Learn to create accessible, responsive interfaces that meet corporate standards for biostatistics and clinical research applications.
Teaching chat apps about R packages - Posit
Simon Couch demonstrates how the btw package provides context to LLMs through system prompts and tool calls.
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
The R package shinymgr provides a unifying framework that allows Shiny developers to create, manage, and deploy a master Shiny application comprised of one or more "apps", where an "app" is a tab-based workflow that guides end-users through a step-by-step analysis. Each tab in a given "app" consists of one or more Shiny modules. The shinymgr app builder allows developers to "stitch" Shiny modules together so that outputs from one module serve as inputs to the next, creating an analysis pipeline that is easy to implement and maintain. Apps developed using shinymgr can be incorporated into R packages or deployed on a server, where they are accessible to end-users. Users of shinymgr apps can save analyses as an RDS file that fully reproduces the analytic steps and can be ingested into an RMarkdown or Quarto report for rapid reporting. In short, developers use the shinymgr framework to write Shiny modules and seamlessly combine them into Shiny apps, and end-users of these apps can execute reproducible analyses that can be incorporated into reports for rapid dissemination. A comprehensive overview of the package is provided by 12 learnr tutorials.
Futureverse
A Unifying Parallelization Framework in R for Everyone
Get started - xlcharts
You Don’t Need Airflow: Orchestrate Many Data Flows in R with Maestro – data-in-flight
Shiny App Workflows
This is a book that covers the standard shiny app
workflow.
autodb: Automatic Database Normalisation for Data Frames
Automatic normalisation of a data frame to third normal form, with the intention of easing the process of data cleaning. (Usage to design your actual database for you is not advised.) Originally inspired by the 'AutoNormalize' library for 'Python' by 'Alteryx' (<a href="https://github.com/alteryx/autonormalize" target="_top"https://github.com/alteryx/autonormalize/a>), with various changes and improvements. Automatic discovery of functional or approximate dependencies, normalisation based on those, and plotting of the resulting "database" via 'Graphviz', with options to exclude some attributes at discovery time, or remove discovered dependencies at normalisation time.
Advanced Tidyverse
Use piped workflows for efficient data cleaning and visualization.
Technical Guidelines for R
Best practices with R around select topics.
BillPetti/baseballr: A package written for R focused on baseball analysis. Currently in development.
A package written for R focused on baseball analysis. Currently in development. - BillPetti/baseballr
Add Authentication and SSO to Your Shiny App
Learn how to implement strong authentication and SSO in Shiny apps with Descope. This guide integrates both OIDC and SAML with Posit Connect for seamless login.
Powerful Classes for HTTP Requests and Responses
In order to facilitate parsing of http requests and creating appropriate responses this package provides two classes to handle a lot of the housekeeping involved in working with http exchanges. The infrastructure builds upon the rook specification and is thus well suited to be combined with httpuv based web servers.
Send Error Reports to the Google Error Reporting Service API
Send error reports to the Google Error Reporting service and view errors and assign error status in the Google Error Reporting user interface.