Skip to content

Commit

Permalink
add vangogh palettes
Browse files Browse the repository at this point in the history
close #133
  • Loading branch information
EmilHvitfeldt committed Jan 20, 2024
1 parent 7cdc7c4 commit 735993b
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 5 deletions.
6 changes: 6 additions & 0 deletions LICENSE.note
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,9 @@ By: Isabella Velásquez
License: Attribution-NonCommercial 4.0 International
https://github.com/ivelasq/severance/blob/main/LICENSE.md

---

vangogh palettes
By: Cheryl Isabella
License: MIT + file LICENSE
https://github.com/cherylisabella/vangogh/blob/main/LICENSE.md
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# paletteer (development version)

* 15 palettes have been added from vangogh package. (#133)

# paletteer 1.5.0

* Added sky palette from khroma package.
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ you need for a smooth transition of color:

![](man/figures/README-unnamed-chunk-4-1.png)<!-- -->

This package includes 2569 palettes from 68 different packages and
This package includes 2605 palettes from 69 different packages and
information about these can be found in the following data.frames:
`palettes_c_names`, `palettes_d_names` and `palettes_dynamic_names`.
Additionally this [github
Expand Down Expand Up @@ -195,6 +195,7 @@ paletteer_c("nord::frost")
| trekcolors | [leonawicz/trekcolors - 0.1.3](https://github.com/leonawicz/trekcolors) | [0.1.3](https://CRAN.R-project.org/package=trekcolors) |
| tvthemes | [Ryo-N7/tvthemes - 1.3.2](https://github.com/Ryo-N7/tvthemes) | [1.3.2](https://CRAN.R-project.org/package=tvthemes) |
| unikn | [hneth/unikn - 0.9.0.9008](https://github.com/hneth/unikn) | [0.9.0](https://CRAN.R-project.org/package=unikn) |
| vangogh | [cherylisabella/vangogh - 0.1.1](https://github.com/cherylisabella/vangogh) | [0.1.1](https://CRAN.R-project.org/package=vangogh) |
| vapeplot | [seasmith/vapeplot - 0.1.0](https://github.com/seasmith/vapeplot) | \- |
| vapoRwave | [moldach/vapoRwave - 0.3.0](https://github.com/moldach/vapoRwave) | \- |
| viridis | [sjmgarnier/viridis - 0.6.4](https://github.com/sjmgarnier/viridis) | [0.6.4](https://CRAN.R-project.org/package=viridis) |
Expand Down
1 change: 1 addition & 0 deletions data-raw/packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ paletteer_packages <- tibble::tribble(
"trekcolors", "leonawicz/trekcolors", "0.1.3", TRUE, "0.1.3",
"tvthemes", "Ryo-N7/tvthemes", "1.3.2", TRUE, "1.3.2",
"unikn", "hneth/unikn", "0.9.0.9008", TRUE, "0.9.0",
"vangogh", "cherylisabella/vangogh", "0.1.1", TRUE, "0.1.1",
"vapeplot", "seasmith/vapeplot", "0.1.0", FALSE, NA,
"vapoRwave", "moldach/vapoRwave", "0.3.0", FALSE, NA,
"viridis", "sjmgarnier/viridis", "0.6.4", TRUE, "0.6.4",
Expand Down
4 changes: 4 additions & 0 deletions data-raw/palettes_d.R
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ tvthemes_pals <- c(
unikn_pals <- lapply(unikn:::all_palkn, function(x) unname(unlist(getFromNamespace(x, ns = "unikn"))))
names(unikn_pals) <- unikn:::all_palkn

## vangogh ---------------------------------------------------------------------
vangogh_pals <- vangogh::vangogh_palettes

## vapeplot ------------------------------------------------------------------
vapeplot_pals <- vapeplot::vapeplot_palettes

Expand Down Expand Up @@ -523,6 +526,7 @@ palettes_d <- list(
trekcolors = trekcolors_pals,
tvthemes = tvthemes_pals,
unikn = unikn_pals,
vangogh = vangogh_pals,
vapeplot = vapeplot_pals,
vapoRwave = vapoRwave_pals,
werpals = werpals_pals,
Expand Down
15 changes: 15 additions & 0 deletions data-raw/palettes_d_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,21 @@ palettes_d_names <- tibble::tribble(
"unikn", "pal_pinky", 5L, "sequential", TRUE,
"unikn", "pal_bordeaux", 5L, "sequential", TRUE,
"unikn", "pal_signal", 3L, "qualitative", TRUE,
"vangogh", "StarryNight", 5L, "qualitative", TRUE,
"vangogh", "StarryRhone", 5L, "qualitative", TRUE,
"vangogh", "SelfPortrait", 5L, "qualitative", TRUE,
"vangogh", "CafeTerrace", 5L, "qualitative", TRUE,
"vangogh", "Eglise", 5L, "qualitative", TRUE,
"vangogh", "Irises", 5L, "qualitative", TRUE,
"vangogh", "SunflowersMunich", 5L, "qualitative", TRUE,
"vangogh", "SunflowersLondon", 5L, "qualitative", TRUE,
"vangogh", "Rest", 5L, "qualitative", TRUE,
"vangogh", "Bedroom", 5L, "qualitative", TRUE,
"vangogh", "CafeDeNuit", 5L, "qualitative", TRUE,
"vangogh", "Chaise", 5L, "qualitative", TRUE,
"vangogh", "Shoes", 5L, "qualitative", TRUE,
"vangogh", "Landscape", 5L, "qualitative", TRUE,
"vangogh", "Cypresses", 5L, "qualitative", TRUE,
"vapeplot", "vaporwave", 14L, "qualitative", TRUE,
"vapeplot", "cool", 5L, "qualitative", TRUE,
"vapeplot", "crystal_pepsi", 4L, "qualitative", TRUE,
Expand Down
Binary file modified data/paletteer_packages.rda
Binary file not shown.
Binary file modified data/palettes_d.rda
Binary file not shown.
Binary file modified data/palettes_d_names.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions man/palettes_d.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/palettes_d_names.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 735993b

Please sign in to comment.