{"id":13401239,"url":"https://github.com/dicook/gretchenalbrecht","last_synced_at":"2025-04-04T09:30:48.086Z","repository":{"id":102483886,"uuid":"113389502","full_name":"dicook/gretchenalbrecht","owner":"dicook","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-14T19:13:30.000Z","size":182,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T07:51:34.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/dicook.png","metadata":{"files":{"readme":"README.Rmd","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":"2017-12-07T01:57:24.000Z","updated_at":"2024-04-21T16:48:58.000Z","dependencies_parsed_at":"2023-03-15T08:00:14.947Z","dependency_job_id":null,"html_url":"https://github.com/dicook/gretchenalbrecht","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicook%2Fgretchenalbrecht","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicook%2Fgretchenalbrecht/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicook%2Fgretchenalbrecht/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicook%2Fgretchenalbrecht/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dicook","download_url":"https://codeload.github.com/dicook/gretchenalbrecht/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247152834,"owners_count":20892561,"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","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":[],"created_at":"2024-07-30T19:01:00.221Z","updated_at":"2025-04-04T09:30:43.070Z","avatar_url":"https://github.com/dicook.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\ntitle: \"gretchenalbrecht\"\nauthor: \"Dianne Cook\"\ndate: \"`r format(Sys.time(), '%B %d, %Y')`\"\noutput: \n  html_document:\n    keep_md: true\n---\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n\nThis package is a set of palettes for R based on the work of New Zealand expressionist painter [Gretchen Albrecht](https://en.wikipedia.org/wiki/Gretchen_Albrecht). To install the package run:\n\n```\ndevtools::install_github(\"dicook/gretchenalbrecht\")\n```\n\nand to try it out:\n\n```{r}\nlibrary(ggplot2)\nlibrary(gretchenalbrecht)\nlibrary(ggthemes)\n\ndata(nz_cart_census)\nggplot(nz_cart_census, aes(x=long, y=lat, group=group,\n fill=MedianIncome2013)) +\n scale_fill_gretchenalbrecht(palette=\"winter_light\",\n                             discrete=FALSE) +\n geom_polygon() + theme_map() + theme(legend.position=\"right\")\n```\n\nAvailable palettes at the moment are:\n\n```{r}\nnames(gretchenalbrecht_palettes)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicook%2Fgretchenalbrecht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdicook%2Fgretchenalbrecht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicook%2Fgretchenalbrecht/lists"}