Skip to content

Commit

Permalink
add sky palette from khroma package
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Oct 16, 2022
1 parent 0ec6f27 commit 75cb05b
Show file tree
Hide file tree
Showing 9 changed files with 229 additions and 200 deletions.
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)

* Added sky palette from khroma package.

# paletteer 1.4.1

* Fixed documentation to be HTML5 friendly.
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ you need for a smooth transition of color:

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

This package includes 2392 palettes from 62 different packages and
This package includes 2393 palettes from 62 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
3 changes: 2 additions & 1 deletion data-raw/palettes_d.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ Polychrome_pals <- lapply(
green.armytage = Polychrome::green.armytage.colors(),
kelly = Polychrome::kelly.colors(),
light = Polychrome::light.colors(),
palette36 = Polychrome::palette36.colors()
palette36 = Polychrome::palette36.colors(),
sky = Polychrome::sky.colors()
),
unname
)
Expand Down
1 change: 1 addition & 0 deletions data-raw/palettes_d_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ palettes_d_names <- tibble::tribble(
"Polychrome", "kelly", 22L, "qualitative", FALSE,
"Polychrome", "light", 24L, "qualitative", FALSE,
"Polychrome", "palette36", 36L, "qualitative", FALSE,
"Polychrome", "sky", 24L, "qualitative", FALSE,
"Manu", "Hihi", 5L, "qualitative", TRUE,
"Manu", "Hoiho", 6L, "qualitative", TRUE,
"Manu", "Kaka", 5L, "qualitative", TRUE,
Expand Down
Binary file modified data/palettes_d.rda
Binary file not shown.
Binary file modified data/palettes_d_names.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/palettes_d_names.Rd

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

419 changes: 222 additions & 197 deletions tests/testthat/_snaps/vdiffr_palette_check/polychrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 75cb05b

Please sign in to comment.