{"id":17961220,"url":"https://github.com/erictleung/tidytuesdays","last_synced_at":"2026-07-21T16:05:44.485Z","repository":{"id":72464222,"uuid":"180489305","full_name":"erictleung/tidytuesdays","owner":"erictleung","description":":chart_with_upwards_trend: My attempts at #tidytuesday","archived":false,"fork":false,"pushed_at":"2023-01-04T03:29:53.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-03T18:51:34.522Z","etag":null,"topics":["data","data-science","data-visualization","r","rstats","tables","tidytuesday","tidyverse"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erictleung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-10T02:51:51.000Z","updated_at":"2021-08-11T05:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a9bb4dd-b6a6-474e-b15d-e7f1a4f7b0d6","html_url":"https://github.com/erictleung/tidytuesdays","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erictleung/tidytuesdays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictleung%2Ftidytuesdays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictleung%2Ftidytuesdays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictleung%2Ftidytuesdays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictleung%2Ftidytuesdays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erictleung","download_url":"https://codeload.github.com/erictleung/tidytuesdays/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictleung%2Ftidytuesdays/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275899896,"owners_count":25549002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"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":["data","data-science","data-visualization","r","rstats","tables","tidytuesday","tidyverse"],"created_at":"2024-10-29T11:08:40.908Z","updated_at":"2025-09-19T07:41:38.133Z","avatar_url":"https://github.com/erictleung.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tidytuesday\n\nParticipating analyses in `#TidyTuesdays`\nhttps://github.com/rfordatascience/tidytuesday\n\n**Contents**\n\n- [Index of Tuesdays](#index-of-tuesdays)\n- [Index of ggplot2 functions and tasks implemented](#index-of-ggplot2-functions-and-tasks-implemented)\n- [List of themes and extensions](#list-of-themes-and-extensions)\n- [Helpful tools](#helpful-tools)\n\n## Index of Tuesdays\n\n- [2021-03-17 The Office](tuesdays/2020/2020-03-17_the-office)\n\n## Index of ggplot2 functions and tasks implemented\n\nTODO\n\n## List of themes and extensions\n\n**Themes**\n\n- [Built-in ggplot2 themes](https://ggplot2.tidyverse.org/reference/ggtheme.html)\n- [`ggthemes`](https://github.com/jrnold/ggthemes)\n- [`hrbrthemes`](https://github.com/hrbrmstr/hrbrthemes)\n- [`ggthemr`](https://github.com/cttobin/ggthemr) - Examples https://www.shanelynn.ie/themes-and-colours-for-r-ggplots-with-ggthemr/\n- [`tvthemes`](https://github.com/Ryo-N7/tvthemes)\n- [`ggsci`](https://github.com/nanxstats/ggsci)\n\n**Miscelleneous**\n\n- [`gghighlight`](https://github.com/yutannihilation/gghighlight)\n- [`ggbeeswarm`](https://github.com/eclarke/ggbeeswarm)\n\n## Helpful tools\n\n**Colors**\n\n- [How to pick more beautiful colors for your data\n  visualizations](https://blog.datawrapper.de/beautifulcolors/) - Helpful in\n  designing a good color pallete to visualize\n- [bbplot](https://github.com/bbc/bbplot) - Create and export graphics in the\n  style of the BBC News team\n- [Color Palette Color Schemes](https://www.color-hex.com/color-palettes/)\n\n**Graph types**\n\n- [The R Graph Gallery](https://www.r-graph-gallery.com/) - Quickly index and\n  identify examples of common plot types\n- [ggplot2 Extensions](https://exts.ggplot2.tidyverse.org/) - Community driven\n  extensions for ggplot2\n\n**References**\n\n- [ggplot2 Reference](https://ggplot2.tidyverse.org/reference/index.html) -\n  Minimal examples with documentation\n- [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/) -\n  Book with more extensive explanations of functions\n- [Top 50 ggplot2 Visualizations - The Master List (With Full R\n  Code)](http://r-statistics.co/Top50-Ggplot2-Visualizations-MasterList-R-Code.html)\n- [BBC Visual and Data Journalism Cookbook for R\n  Graphics](https://bbc.github.io/rcookbook/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictleung%2Ftidytuesdays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferictleung%2Ftidytuesdays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictleung%2Ftidytuesdays/lists"}