Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Tidyverse

Tidyverse

33 projects

Showing 33 of 33 projects

ggplot2 <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
ggplot2 <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

A declarative graphics system for R that implements the Grammar of Graphics to create complex visualizations from data.

#declarative-programming#data-visualisation#r-package
Stars7.0k
Forks2.1k
Last commit3 months ago
R for Data Science, 2E
R for Data Science, 2ER

An open-source book teaching data science using R, covering data import, transformation, visualization, and modeling.

#bookdown#data-science#statistics
Stars5.1k
Forks4.4k
Last commit6 days ago
dplyr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
dplyr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

A grammar of data manipulation for R, providing a consistent set of verbs to solve common data manipulation challenges.

#r-package#data-science#data-wrangling
Stars5.0k
Forks2.1k
Last commit1 month ago
gt
gtR

An R package for creating publication-quality, information-rich tables with a cohesive and flexible API.

#reporting#rtf-output#latex-output
Stars2.2k
Forks222
Last commit6 days ago
gganimate
gganimateR

An R package that extends ggplot2's grammar of graphics to create animated data visualizations.

#gif-generation#animation#statistical graphics
Stars2.0k
Forks314
Last commit10 months ago
tidyverse
tidyverseR

A meta-package for installing and loading core R packages for data science that share common design principles.

#data-tidying#data-science#r packages
Stars1.8k
Forks295
Last commit1 year ago
tidyverse
tidyverseR

A collection of R packages for data science that share common design principles and work together seamlessly.

#dplyr#data-science#r packages
Stars1.8k
Forks295
Last commit1 year ago
rvest <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
rvest <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

A tidyverse package for web scraping in R, inspired by Beautiful Soup and designed for data extraction workflows.

#r-package#r-language#html-parsing
Stars1.5k
Forks348
Last commit10 months ago
tidyr
tidyrR

An R package for reshaping and tidying data into a consistent format for easier analysis.

#data-cleaning#r-package#data-wrangling
Stars1.4k
Forks419
Last commit1 month ago
purrr
purrrR

A functional programming toolkit for R that enhances data manipulation with consistent, type-stable functions.

#functional-programming#parallel-computing#map-functions
Stars1.4k
Forks296
Last commit2 days ago
purrr
purrrR

A functional programming toolkit for R that enhances data manipulation with consistent, type-stable functions for working with vectors and lists.

#functional-programming#parallel-computing#vector-operations
Stars1.4k
Forks296
Last commit2 days ago
lintr
lintrR

Static code analysis tool for R that checks for style adherence, syntax errors, and potential semantic issues.

#r-package#linter#continuous-integration
Stars1.3k
Forks200
Last commit1 day ago
ggrepel
ggrepelR

A ggplot2 extension that repels overlapping text labels away from each other and data points in plots.

#graphics#r-package#r-language
Stars1.3k
Forks96
Last commit3 months ago
readr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
readr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

A fast and friendly R package for reading rectangular data from delimited files like CSV and TSV.

#parsing#fwf#r-package
Stars1.0k
Forks295
Last commit3 months ago
magrittr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
magrittr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

An R package providing the %>% pipe operator to improve code readability by structuring data operations left-to-right.

#functional-programming#pipe-operator#r-package
Stars972
Forks161
Last commit3 months ago
quanteda
quantedaR

An R package for the quantitative analysis of textual data, providing comprehensive tools for natural language processing and text management.

#computational-linguistics#parallel-computing#r-package
Stars886
Forks191
Last commit1 day ago
lubridate
lubridateR

An R package that simplifies parsing, manipulating, and calculating with dates and times.

#parsing#date-time#r-package
Stars800
Forks216
Last commit1 month ago
glue
glueR

Interpreted string literals for R that embed expressions in curly braces for easy data interpolation.

#developer-tools#r-package#string interpolation
Stars748
Forks63
Last commit3 months ago
fuzzyjoin
fuzzyjoinR

An R package for joining data frames on inexact matching using string distance, regex, numeric tolerance, and other fuzzy criteria.

#data-cleaning#dplyr#r-package
Stars701
Forks66
Last commit5 months ago
stringr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
stringr <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

A cohesive set of functions for string manipulation in R, built on stringi with consistent and user-friendly design.

#data-cleaning#r-package#r-programming
Stars666
Forks198
Last commit8 months ago
Learning
Learning

A curated collection of free resources to help deepen your understanding of the R programming language.

#community#data-science#r-programming
Stars651
Forks105
Last commit1 year ago
vroom
vroomC++

The fastest delimited file reader for R, using lazy loading and multi-threading to achieve speeds over 1 GB/sec.

#delimited-files#csv-reader#high-performance
Stars642
Forks74
Last commit1 month ago
fable
fableR

An R package for tidy time series forecasting with models like ETS and ARIMA, integrated with the tidyverse.

#r-package#exponential-smoothing#time-series
Stars586
Forks71
Last commit1 month ago
tidygraph
tidygraphR

A tidy API for graph manipulation in R, providing dplyr verbs and igraph algorithms for network analysis.

#graph-manipulation#igraph#r-package
Stars568
Forks62
Last commit1 year ago
rstats-ed
rstats-ed

A curated repository of university courses, workshops, and online materials for learning and teaching R programming and data science.

#r-programming#teaching-resources#reproducible-research
Stars454
Forks94
Last commit3 years ago
haven
havenC

An R package for reading and writing SAS, SPSS, and Stata data files with tidyverse integration.

#stata#spss#r-package
Stars453
Forks116
Last commit5 months ago
anomalize
anomalizeR

A tidy R package for detecting anomalies in time series data using decomposition and statistical methods.

#iqr#detect anomalies#anomaly
Stars339
Forks61
Last commit2 years ago
tidytransit
tidytransitR

An R package for reading, analyzing, and visualizing public transit data in GTFS format using tidyverse and sf.

#simple-features#transportation-planning#r-package
Stars169
Forks22
Last commit1 month ago
snakecase
snakecaseR

A systematic R package for parsing strings and converting them to snake_case, camelCase, and other naming conventions.

#data-cleaning#pascalcase#variable-names
Stars155
Forks10
Last commit2 years ago
neo4r
neo4rR

A modern and flexible Neo4J driver for R that returns results as tibbles and integrates with tidyverse and graph packages.

#neo4j-driver#igraph#r-package
Stars107
Forks29
Last commit4 years ago
influxdbr
influxdbrR

An R package providing an interface to InfluxDB for fetching, writing, and managing time series data.

#database#r-package#data-science
Stars92
Forks34
Last commit1 year ago
Quantum Jitter
Quantum JitterR

A personal data science and machine learning website built with Quarto, tidyverse, and tidymodels.

#data-science#r-language#reproducible-research
Stars45
Forks5
Last commit10 months ago
broom <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">
broom <img class="emoji" alt="heart" src="https://cdn.jsdelivr.net/gh/qinwf/awesome-R@3c66da6e291bcc0520b1649125b0bed750896a9a/heart.png" height="20" align="absmiddle" width="20">R

Convert statistical analysis objects from R into tidy tibble format for easier manipulation and visualization.

#regression-analysis#data-tidying#r-package
Stars24
Forks4
Last commit3 years ago

Related Tags

#R Package26#R25#Data Analysis15#Data Visualization10#Data Manipulation9#Data Science9#Statistical computing8#R Language5#Time Series4#Data Cleaning4#Reproducible Research4#Data Import4
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub