{"id":13712463,"url":"https://github.com/EdwinTh/dutchmasters","last_synced_at":"2025-05-06T22:31:13.214Z","repository":{"id":72162761,"uuid":"114108036","full_name":"EdwinTh/dutchmasters","owner":"EdwinTh","description":"R package with colour palettes derived from famous paintings by 17th century Dutch masers :framed_picture:🎨 :man_artist:🇳🇱!","archived":false,"fork":false,"pushed_at":"2019-07-30T09:01:13.000Z","size":111,"stargazers_count":31,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T23:32:15.077Z","etag":null,"topics":[],"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/EdwinTh.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2017-12-13T10:37:57.000Z","updated_at":"2024-10-16T13:05:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"43a3036e-20c5-44f0-b178-23f3a5e178e3","html_url":"https://github.com/EdwinTh/dutchmasters","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/EdwinTh%2Fdutchmasters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinTh%2Fdutchmasters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinTh%2Fdutchmasters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinTh%2Fdutchmasters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdwinTh","download_url":"https://codeload.github.com/EdwinTh/dutchmasters/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252778999,"owners_count":21802863,"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-08-02T23:01:18.793Z","updated_at":"2025-05-06T22:31:12.793Z","avatar_url":"https://github.com/EdwinTh.png","language":"R","funding_links":[],"categories":["Themes and aesthetics","ggplot"],"sub_categories":["Palettes 🎨"],"readme":"---\noutput: github_document\n---\n\n# dutchmasters\n\nThis package offers six color palettes derived from paintings by the Dutch\nmasters Johannes Vermeer and Rembrandt van Rijn. This package is inspired by\nthe [`ochRe` package](https://github.com/ropenscilabs/ochRe/) and functions\nfrom this package have been shamelessly copied. The list \n`dutchmasters::dutchmasters` contains six named character vectors with color\ncodes. The names represent the colors and where on the painting the color was\ntaken.\n\n```{r}\nlibrary(dutchmasters)\ndutchmasters$anatomy\n```\n\n## Examples\n\n```{r}\nlibrary(ggplot2)\nggplot(diamonds, aes(color, fill = clarity)) +\n  geom_bar() +\n  scale_fill_dutchmasters(palette = \"staalmeesters\")\n```\n\n```{r}\nggplot(mtcars, aes(disp, mpg, col = qsec)) +\n  geom_point(size = 4) +\n  scale_color_dutchmasters(discrete = FALSE)\n```\n\nThe six available palettes are\n\nVermeer -[*The Milkmaid*](https://en.wikipedia.org/wiki/The_Milkmaid_(Vermeer))\n\n```{r}\nochRe::viz_palette(dutchmasters$milkmaid)\n```\n\nVermeer -[* Girl with a Pearl Earring*](https://en.wikipedia.org/wiki/The_Milkmaid_(Vermeer))\n\n```{r}\nochRe::viz_palette(dutchmasters$pearl_earring)\n```\n\nVermeer - [*View of Delft*](https://en.wikipedia.org/wiki/View_of_Delft)\n\n```{r}\nochRe::viz_palette(dutchmasters$view_of_Delft)\n```\n\nVermeer - [*The Little Street*](https://en.wikipedia.org/wiki/The_Little_Street)\n\n```{r}\nochRe::viz_palette(dutchmasters$little_street)\n```\n\nRembrandt - [*The Anatomy Lesson of Dr. Nicolaes Tulp*](https://en.wikipedia.org/wiki/The_Anatomy_Lesson_of_Dr._Nicolaes_Tulp) \n\n```{r}\nochRe::viz_palette(dutchmasters$anatomy)\n```\n\nRembrandt - [*The \"Staalmeesters\"*](https://en.wikipedia.org/wiki/Syndics_of_the_Drapers%27_Guild)\n\n```{r}\nochRe::viz_palette(dutchmasters$staalmeester)\n```\n\n## Installation\n\nYou can install `dutchmasters` from github with:\n\n```{r, message=FALSE}\ndevtools::install_github(\"EdwinTh/dutchmasters\")\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEdwinTh%2Fdutchmasters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEdwinTh%2Fdutchmasters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEdwinTh%2Fdutchmasters/lists"}