An open API service indexing awesome lists of open source software.

https://github.com/jfeldhege/r_resources

A collection of resources for R
https://github.com/jfeldhege/r_resources

git github quarto r rlanguage shiny tidyverse

Last synced: 4 months ago
JSON representation

A collection of resources for R

Awesome Lists containing this project

README

          

# R resources

## Online books about R
- [Mastering Shiny](https://mastering-shiny.org/index.html)
- [R for Data Science (2e)](https://r4ds.hadley.nz/)
- [Best Practices for Data Visualisation](https://royal-statistical-society.github.io/datavisguide/)
- [What They Forgot to Teach You About R](https://rstats.wtf/)
- [Tidy Text Mining](https://www.tidytextmining.com/)
- [Happy Git with R](https://happygitwithr.com/)
- [Tidy Modeling with R](https://www.tmwr.org/)
- [R Packages](https://r-pkgs.org/)
- [Advanced R](http://adv-r.had.co.nz/Introduction.html)
- [R Workflow for Reproducible Data Analysis and Reporting](https://hbiostat.org/rflow/)

## Blogs
- [RWeekly](https://rweekly.org/)
- [Quarto Blog](https://quarto.org/docs/blog/)
- [Tidyverse Blog](https://www.tidyverse.org/blog/)

## Awesome collections
- [Awesome Shiny extensions](https://github.com/nanxstats/awesome-shiny-extensions)
- [Awesome Quarto](https://github.com/mcanouil/awesome-quarto)

## Package vignettes I come back to regularly
- [Posit Cheatsheets](https://rstudio.github.io/cheatsheets/)
- [Regular expressions in {stringr} package](https://rstudio.github.io/cheatsheets/html/strings.html)
- [Changing and restoring state with {withr}](https://withr.r-lib.org/articles/changing-and-restoring-state.html)

## Help pages I regularly visit
- [Calculate row sums with {dplyr}](https://stackoverflow.com/questions/27354734/dplyr-mutate-rowsums-calculations-or-custom-functions)
- [Remove "missing" in {gtsummary} tables](https://stackoverflow.com/questions/72829738/gt-summary-how-to-delete-the-ns-only-on-some-rows-of-the-table-and-keep-the-o)
- [Correctly list affiliations in Quarto header](https://github.com/quarto-dev/quarto-cli/discussions/3162)
- [Create a named vector with one function](https://stackoverflow.com/questions/7535412/create-a-numeric-vector-with-names-in-one-statement)
- [Use if condition with native pipe](https://stackoverflow.com/questions/75961573/use-base-r-pipe-in-conditional-dplyr-chain)
-

## Tutorials I found useful
- [A worked {targets} example for ecologists](https://targets-ecology.netlify.app/)
- [Getting started with unit testing in R](https://www.pipinghotdata.com/posts/2021-11-23-getting-started-with-unit-testing-in-r/)
- [Tutorials and scale and theme finder for {ggplot2}](https://ggplot2tor.com/)