From 564fc96651775ab01d793b86a8f5517a08dbda9b Mon Sep 17 00:00:00 2001 From: Trevor L Davis Date: Tue, 30 Apr 2024 15:31:32 -0700 Subject: [PATCH] chore: Prep for CRAN release --- DESCRIPTION | 5 +++-- LICENSE.md | 4 ++-- NEWS.md | 10 +++++----- cran-comments.md | 6 +----- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b1fc943..3fc1388 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ Package: gridpattern Type: Package Title: 'grid' Pattern Grobs -Version: 1.2.0-6 -Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"), +Version: 1.2.1 +Authors@R: c( person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), + person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"), person("ggplot2 authors", role = "ctb", comment = "some utility functions copied from ggplot2")) Description: Provides 'grid' grobs that fill in a user-defined area with various patterns. Includes enhanced versions of the geometric and image-based patterns originally contained in the 'ggpattern' package as well as original 'pch', 'polygon_tiling', 'regular_polygon', 'rose', 'text', 'wave', and 'weave' patterns plus support for custom user-defined patterns. URL: https://trevorldavis.com/R/gridpattern/, https://github.com/trevorld/gridpattern diff --git a/LICENSE.md b/LICENSE.md index 7f8e61a..72d2670 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,8 @@ The MIT License (MIT) ===================== -Copyright © 2024 Trevor L. Davis -Copyright © 2020 mikefc@coolbutuseless.com +Copyright © 2024 Trevor L. Davis +Copyright © 2020 mikefc@coolbutuseless.com Copyright © 2023 ggplot2 authors Permission is hereby granted, free of charge, to any person diff --git a/NEWS.md b/NEWS.md index 0a44e6e..daefe03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -gridpattern v1.2.0 (development) -================================ +gridpattern v1.2.1 +================== Breaking Changes ---------------- @@ -337,7 +337,7 @@ gridpattern v0.1.2 * "regular_polygon" ``grid.pattern_regular_polygon()`` (#20) * "weave" ``grid.pattern_weave()`` (#12) -* Supports the following patterns from [ggpattern](https://github.com/coolbutuseless/ggpattern): +* Supports the following patterns from [ggpattern](https://github.com/trevorld/ggpattern): * "ambient" ``grid.pattern_ambient()`` * "circle" ``grid.pattern_circle()`` (#5) @@ -349,8 +349,8 @@ gridpattern v0.1.2 * "placeholder" ``grid.pattern_placeholder()`` (#10) * "plasma" ``grid.pattern_plasma()`` (#7) * "stripe" ``grid.pattern_stripe()`` (#3) - * [Custom ggpattern geometry-based patterns](https://coolbutuseless.github.io/package/ggpattern/articles/developing-patterns-2.html) (#1) - * [Custom ggpattern array-based patterns](https://coolbutuseless.github.io/package/ggpattern/articles/developing-patterns-3.html) (#2) + * [Custom ggpattern geometry-based patterns](https://trevorldavis.com/R/gridpattern/dev/articles/developing-patterns.html) (#1) + * [Custom ggpattern array-based patterns](https://trevorldavis.com/R/gridpattern/dev/articles/developing-patterns.html) (#2) Enhancements made to the ``{ggpattern}`` patterns provided by this package: diff --git a/cran-comments.md b/cran-comments.md index 3227b79..55959fa 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,6 @@ -* "text" pattern example now skipped if ran within certain graphics devices like `pdf()` - that can't handle the playing cards Unicode glyphs (#68). - ## Test environments -* local (linux, R 4.3.1) -* local (linux, R devel) +* local (linux, R 4.4.0) * win-builder (windows, R devel) * github actions (linux, R oldrel) * github actions (linux, R release)