From dce9bdbf62ce4d82dc32531ace834412f9b933fc Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 02:47:29 -0800 Subject: [PATCH 1/7] polish NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 66dd1c5..dc6c851 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). From a9023c48658e3f361084fe97cc0570cb2deb6d44 Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 03:01:32 -0800 Subject: [PATCH 2/7] update revdep summary --- revdep/README.md | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/revdep/README.md b/revdep/README.md index 3c28498..685006e 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -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 From 80150bb09945b61d168b6b34af603885ad4ef15f Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:16:13 -0800 Subject: [PATCH 3/7] update CRAN comments --- cran-comments.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 9376e07..7b6650b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 From 67287d8c1b22ae3d8ebc77f5041079d37bbcc8e6 Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:23:33 -0800 Subject: [PATCH 4/7] update license year --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 9e8a5e0..1437abe 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 From 1c4ebfb29c81b971a45000ce86eb9bbbcd23326c Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:27:07 -0800 Subject: [PATCH 5/7] Increment version number to 0.2.0 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8e3e480..8f6bb26 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", From eb9e18e2114cc434945377bf710041e68c592d0c Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:58:51 -0800 Subject: [PATCH 6/7] update CRAN submission --- CRAN-SUBMISSION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 52dc021..b76c7d3 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 From d66e3f39c8839ae684b63ec5232016bcab199170 Mon Sep 17 00:00:00 2001 From: Michael McCarthy <51542091+mccarthy-m-g@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:27:34 -0800 Subject: [PATCH 7/7] add news links to release blog posts --- pkgdown/_pkgdown.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index ccad2d7..205d369 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -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/