From 153b60cc845ad7f477341a8778eea33786310265 Mon Sep 17 00:00:00 2001 From: Trevor L Davis Date: Wed, 16 Feb 2022 12:26:57 -0800 Subject: [PATCH] chore: Bump versions for CRAN release --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- cran-comments.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a33bc9c..8f2e323 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gridpattern Type: Package Title: 'grid' Pattern Grobs -Version: 0.5.0-10 +Version: 0.5.1 Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"), person("Trevor L", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com"), person("Thomas Lin", "Pedersen", role = "ctb", comment = "new_data_frame() copied from ggplot2")) diff --git a/NEWS.md b/NEWS.md index 6e73179..5479ee0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -gridpattern v0.5.0 +gridpattern v0.5.1 ================== Breaking Changes @@ -10,7 +10,7 @@ Breaking Changes or the global option `ggpattern_use_R4.1_features` to toggle on/off the R 4.1 alpha mask feature instead of using the `use_R4.1_clipping` argument or the global option `ggpattern_use_R4.1_clipping` as before - (the latter continue to toggle on/off the R 4.1 clipping path feature in `clippingPathGrob()`. + (the latter continue to toggle on/off the R 4.1 clipping path feature in `clippingPathGrob()`). New Features ------------ @@ -30,7 +30,7 @@ Bug fixes and minor improvements It also returns `TRUE` for `svglite::svglite()` if `packageVersion("svglite") >= '2.1.0'`. * `clippingPathGrob()` will now consistently - as previously documented - use `ragg::agg_png()` as the default `png_device` graphics device if it is available and `use_R4.1_clipping` is `FALSE`. -* `grid.pattern_image()` should no longer throw an inscrutable `Error in magick_image_readpath` +* `grid.pattern_image()` should no longer throw an inscrutable `Error in magick_image_readpath`... error on certain platforms such as Windows (#47). gridpattern v0.4.0 diff --git a/cran-comments.md b/cran-comments.md index 473f7c1..73b3e80 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Test environments * win-builder (windows, R devel) -* local (linux, R 4.2.0) +* local (linux, R 4.1.2) * github actions (windows, R release) * github actions (osx, R release) * github actions (linux, R oldrel)