{"id":46929821,"url":"https://github.com/jfeldhege/r_resources","last_synced_at":"2026-03-11T04:12:14.903Z","repository":{"id":185799134,"uuid":"674121642","full_name":"jfeldhege/R_resources","owner":"jfeldhege","description":"A collection of resources for R","archived":false,"fork":false,"pushed_at":"2023-12-15T08:48:25.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-26T09:42:57.600Z","etag":null,"topics":["git","github","quarto","r","rlanguage","shiny","tidyverse"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jfeldhege.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-03T07:32:15.000Z","updated_at":"2023-08-08T14:51:59.000Z","dependencies_parsed_at":"2023-12-19T08:03:19.059Z","dependency_job_id":"a51dcfb8-016c-4530-891b-ae5a37680bfe","html_url":"https://github.com/jfeldhege/R_resources","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"c75c604e94a9e51a3bc62495fcc5a78f1382393e"},"previous_names":["jfeldhege/r_resources"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jfeldhege/R_resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeldhege%2FR_resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeldhege%2FR_resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeldhege%2FR_resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeldhege%2FR_resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfeldhege","download_url":"https://codeload.github.com/jfeldhege/R_resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfeldhege%2FR_resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30370680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","github","quarto","r","rlanguage","shiny","tidyverse"],"created_at":"2026-03-11T04:12:14.155Z","updated_at":"2026-03-11T04:12:14.893Z","avatar_url":"https://github.com/jfeldhege.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# R resources\n\n## Online books about R\n- [Mastering Shiny](https://mastering-shiny.org/index.html)\n- [R for Data Science (2e)](https://r4ds.hadley.nz/)\n- [Best Practices for Data Visualisation](https://royal-statistical-society.github.io/datavisguide/)\n- [What They Forgot to Teach You About R](https://rstats.wtf/)\n- [Tidy Text Mining](https://www.tidytextmining.com/)\n- [Happy Git with R](https://happygitwithr.com/)\n- [Tidy Modeling with R](https://www.tmwr.org/)\n- [R Packages](https://r-pkgs.org/)\n- [Advanced R](http://adv-r.had.co.nz/Introduction.html)\n- [R Workflow for Reproducible Data Analysis and Reporting](https://hbiostat.org/rflow/)\n\n## Blogs\n- [RWeekly](https://rweekly.org/)\n- [Quarto Blog](https://quarto.org/docs/blog/)\n- [Tidyverse Blog](https://www.tidyverse.org/blog/)\n  \n## Awesome collections\n- [Awesome Shiny extensions](https://github.com/nanxstats/awesome-shiny-extensions)\n- [Awesome Quarto](https://github.com/mcanouil/awesome-quarto)\n\n## Package vignettes I come back to regularly\n- [Posit Cheatsheets](https://rstudio.github.io/cheatsheets/)\n- [Regular expressions in {stringr} package](https://rstudio.github.io/cheatsheets/html/strings.html)\n- [Changing and restoring state with {withr}](https://withr.r-lib.org/articles/changing-and-restoring-state.html)\n  \n## Help pages I regularly visit\n- [Calculate row sums with {dplyr}](https://stackoverflow.com/questions/27354734/dplyr-mutate-rowsums-calculations-or-custom-functions)\n- [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)\n- [Correctly list affiliations in Quarto header](https://github.com/quarto-dev/quarto-cli/discussions/3162)\n- [Create a named vector with one function](https://stackoverflow.com/questions/7535412/create-a-numeric-vector-with-names-in-one-statement)\n- [Use if condition with native pipe](https://stackoverflow.com/questions/75961573/use-base-r-pipe-in-conditional-dplyr-chain)\n- \n\n## Tutorials I found useful\n- [A worked {targets} example for ecologists](https://targets-ecology.netlify.app/)\n- [Getting started with unit testing in R](https://www.pipinghotdata.com/posts/2021-11-23-getting-started-with-unit-testing-in-r/)\n- [Tutorials and scale and theme finder for {ggplot2}](https://ggplot2tor.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfeldhege%2Fr_resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfeldhege%2Fr_resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfeldhege%2Fr_resources/lists"}