{"id":13712443,"url":"https://github.com/jmestret/DOYPAColors","last_synced_at":"2025-05-06T22:31:13.534Z","repository":{"id":198335558,"uuid":"493346552","full_name":"jmestret/DOYPAColors","owner":"jmestret","description":"R package DOYPAColors - Don't Overthink Your Palette of Colors","archived":false,"fork":false,"pushed_at":"2024-10-05T09:54:39.000Z","size":8043,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T16:53:19.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jmestret.github.io/DOYPAColors/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmestret.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-17T17:18:09.000Z","updated_at":"2025-01-19T20:38:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"70bd1943-9281-44dd-9a40-58376fd1ace6","html_url":"https://github.com/jmestret/DOYPAColors","commit_stats":null,"previous_names":["jmestret/doypa","jmestret/doypacolors"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmestret%2FDOYPAColors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmestret%2FDOYPAColors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmestret%2FDOYPAColors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmestret%2FDOYPAColors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmestret","download_url":"https://codeload.github.com/jmestret/DOYPAColors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252778996,"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.536Z","updated_at":"2025-05-06T22:31:12.272Z","avatar_url":"https://github.com/jmestret.png","language":"R","funding_links":[],"categories":["Themes and aesthetics"],"sub_categories":[],"readme":"\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# DOYPAColors \u003ca href=\"https://jmestret.github.io/DOYPAColors/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"120\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/DOYPAColors?color=blue)](https://cran.r-project.org/package=DOYPAColors)\n[![R-CMD-check](https://github.com/jmestret/DOYPAColors/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jmestret/DOYPAColors/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/jmestret/DOYPAColors/graph/badge.svg?token=IU6UAU5F3K)](https://codecov.io/gh/jmestret/DOYPAColors)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\nTired of agonizing over color choices for your data visualizations? Let\n**DOYPAColors** do the heavy lifting for you! Our R package provides a\ndelightful array of color palettes, each meticulously crafted to enhance\nyour plots. With **DOYPAColors**, you can even let us surprise you with\na palette choice, so you can focus on what matters most—telling your\ndata’s unique story. Say goodbye to color selection headaches and hello\nto vibrant, eye-catching visuals! 🎨\n\n## Installation\n\nTo install **DOYPAColors** from CRAN, use:\n\n``` r\ninstall.packages(\"DOYPAColors\")\n```\n\nFor the development version from GitHub, use:\n\n``` r\nif (!require(\"devtools\")) {\n  install.packages(\"devtools\")\n}\n\ndevtools::install_github(\"jmestret/DOYPAColors\")\n```\n\n## How to use\n\nUsing **DOYPAColors** is straightforward. Access and utilize our\npalettes in your R plots with a single line of code:\n\n``` r\nlibrary(DOYPAColors)\ncolor_palette \u003c- doypa()\n```\n\nYou can then apply these palettes to your `ggplot2` plots using the\nfunctions `scale_fill_doypa()` and `scale_color_doypa()`:\n\n``` r\nlibrary(ggplot2)\n\n# Create a bar plot with a DOYPAColors palette\nggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) +\n    geom_boxplot() +\n    scale_fill_doypa(discrete = TRUE) +\n    theme_classic()\n```\n\nYou can explore how specific palettes fit different types of data using\nthe `preview_pal()` function:\n\n``` r\npreview_pal(\"doypa\")\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"man/figures/preview_plot.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n### Available palettes\n\nHere’s a visualization of all available palettes in **DOYPAColors**:\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"man/figures/color_palettes.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\nFor more advanced usage and options, check out our\n[web](https://jmestret.github.io/DOYPAColors/) to get the most out of\n**DOYPAColors** palettes!\n\n## Contributing\n\nWe welcome contributions from the community! If you have a new color\npalette you’d like to share, we’d be thrilled to consider it for\ninclusion in **DOYPAColors**. To submit your palette:\n\n1.  Provide a name for your palette.\n2.  Specify the type of palette (sequential, diverging, or qualitative).\n3.  List the HEX color codes for your palette.\n\nYou can submit your palette details by opening an issue or a pull\nrequest on our [GitHub\nrepository](https://github.com/jmestret/DOYPAColors). We will review\nyour submission and, if it meets our criteria, we’ll be glad to include\nit in the package!\n\n## How to cite\n\nIf you use **DOYPAColors**, please reference the R package as follows:\n\nJorge Mestre (2023). DOYPAColors: Don’t Overthink Your Palette of\nColors. R package version 0.0.2,\n\u003chttps://cran.r-project.org/web/packages/DOYPAColors\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmestret%2FDOYPAColors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmestret%2FDOYPAColors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmestret%2FDOYPAColors/lists"}