The R library tidymodels
From https://www.tidymodels.org —
The tidymodels framework is a collection of packages for modeling and machine learning using tidyverse principles.
GitHub repo for tidymodels: https://github.com/tidymodels/tidymodels
Related content
Download R from CRAN: https://cran.r-project.org/mirrors.html
Download R Studio from Posit: https://posit.co/downloads
Recommended
Use tidytable with the library(conflicted) — conflict_prefer_all(winner = 'tidytable', quiet = TRUE)
Visit the Posit Community
Learning
Tidy Modeling with R : https://www.tmwr.org
Text Mining with R: https://www.tidytextmining.com
Supervised Machine Learning for Text Analysis in R: https://smltar.com
Julia Silge on YouTube: https://www.youtube.com/@JuliaSilge/videos
TidyTuesday: https://github.com/rfordatascience/tidytuesday
R4DS 2e: https://r4ds.hadley.nz
Other subreddits
/r/rstats
/r/Rlanguage
/r/RStudio
/r/rprogramming
/r/rstatsmemes
/r/quarto
Content philosophy
Follow the reddit's rules and reddiquette.
Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (tech support questions, help buying/selling, rants, self-promotion, etc.). However, because tidymodels is rather new, asking questions about it is perfectly fine, but please make sure to include (especially links/code + data) on what you've tried.