Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0 #40

Merged
merged 7 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.1
Date: 2023-01-12 22:37:24 UTC
SHA: 8697f5e1dfee79f52d5cb0a84a9f254807d22068
Version: 0.2.0
Date: 2024-02-05 00:58:20 UTC
SHA: 1c4ebfb29c81b971a45000ce86eb9bbbcd23326c
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: palettes
Title: Methods for Colour Vectors and Colour Palettes
Version: 0.1.1.9000
Version: 0.2.0
Authors@R:
person(given = "Michael",
family = "McCarthy",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2021 Michael McCarthy
Copyright (c) 2024 Michael McCarthy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# palettes (development version)
# palettes 0.2.0

- Added a variety of global options to adjust the printing behaviour of colour vectors. See `help("palettes-options")` and `vignette("palettes")` for details and examples (#35).

Expand Down
6 changes: 0 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## Release summary

This is a small patch release that fixes a typo in the "Creating a Colour Package" vignette, replacing the non-existent `pal_brewer()` function with the intended `pal_ramp()` function.

The code in question is not evaluated when building the vignette, but running it interactively leads to the error `ERROR: could not find function "pal_brewer"`, hence the need for a patch.

## R CMD check results

0 errors | 0 warnings | 0 notes
Expand Down
7 changes: 7 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ articles:
navbar: Community
contents:
- articles/made-with-palettes

news:
releases:
- text: "Version 0.2.0"
href: https://tidytales.ca/posts/2024-02-05_palettes-v0.2.0/
- text: "Version 0.1.0"
href: https://tidytales.ca/posts/2022-12-20_palettes/
60 changes: 30 additions & 30 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
# Platform

|field |value |
|:--------|:--------------------------------------------------------------------------|
|version |R version 4.2.2 (2022-10-31) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_CA.UTF-8 |
|ctype |en_CA.UTF-8 |
|tz |America/Vancouver |
|date |2023-01-12 |
|rstudio |2021.09.2+382 Ghost Orchid (desktop) |
|pandoc |2.11 @ /Users/Michael/Library/r-miniconda/envs/r-reticulate-mne/bin/pandoc |
|field |value |
|:--------|:---------------------------------------------------------------------------|
|version |R version 4.2.2 (2022-10-31) |
|os |macOS Mojave 10.14.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_CA.UTF-8 |
|ctype |en_CA.UTF-8 |
|tz |America/Vancouver |
|date |2024-02-04 |
|rstudio |2021.09.2+382 Ghost Orchid (desktop) |
|pandoc |2.14.0.3 @ /Applications/RStudio.app/Contents/MacOS/pandoc/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:------------|:-----|:----------|:--|
|palettes |0.1.0 |0.1.0.9000 |* |
|cli |3.6.0 |3.6.0 | |
|colorspace |2.0-3 |2.0-3 | |
|fansi |1.0.3 |1.0.3 | |
|palettes |0.1.1 |0.1.1.9000 |* |
|cli |3.6.2 |3.6.2 | |
|colorspace |2.1-0 |2.1-0 | |
|fansi |1.0.6 |1.0.6 | |
|farver |2.1.1 |2.1.1 | |
|ggplot2 |3.4.0 |3.4.0 | |
|ggplot2 |3.4.4 |3.4.4 | |
|glue |1.6.2 |1.6.2 | |
|gtable |0.3.1 |0.3.1 | |
|gtable |0.3.4 |0.3.4 | |
|isoband |0.2.7 |0.2.7 | |
|labeling |0.4.2 |0.4.2 | |
|lifecycle |1.0.3 |1.0.3 | |
|labeling |0.4.3 |0.4.3 | |
|lifecycle |1.0.4 |1.0.4 | |
|magrittr |2.0.3 |2.0.3 | |
|munsell |0.5.0 |0.5.0 | |
|pillar |1.8.1 |1.8.1 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prismatic |1.1.1 |1.1.1 | |
|purrr |1.0.1 |1.0.1 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|RColorBrewer |1.1-3 |1.1-3 | |
|rlang |1.0.6 |1.0.6 | |
|scales |1.2.1 |1.2.1 | |
|tibble |3.1.8 |3.1.8 | |
|utf8 |1.2.2 |1.2.2 | |
|vctrs |0.5.1 |0.5.1 | |
|viridisLite |0.4.1 |0.4.1 | |
|withr |2.5.0 |2.5.0 | |
|rlang |1.1.2 |1.1.2 | |
|scales |1.3.0 |1.3.0 | |
|tibble |3.2.1 |3.2.1 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|viridisLite |0.4.2 |0.4.2 | |
|withr |3.0.0 |3.0.0 | |

# Revdeps

Loading