From 27ac46c7d977b45c8ec46e541210785a6cface10 Mon Sep 17 00:00:00 2001 From: mrcaseb Date: Thu, 16 Oct 2025 10:01:19 +0200 Subject: [PATCH 1/2] Version bump, news improvements --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eb568c4..58c9794 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggpath Title: Robust Image Rendering Support for 'ggplot2' -Version: 1.1.0.9000 +Version: 1.1.1 Authors@R: person("Sebastian", "Carl", , "mrcaseb@gmail.com", role = c("aut", "cre", "cph")) Description: A 'ggplot2' extension that enables robust image grobs in diff --git a/NEWS.md b/NEWS.md index 1d00c9d..1354e29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# ggpath (development version) +# ggpath 1.1.1 -* adjust how size is applied to theme elements to avoid huge margins around some images. +* adjust how size is applied to theme elements to avoid huge margins around some images. (#21) # ggpath 1.1.0 From b263bf19310e49b49d99080c6c2bbd89e44fb33d Mon Sep 17 00:00:00 2001 From: mrcaseb Date: Thu, 16 Oct 2025 10:13:23 +0200 Subject: [PATCH 2/2] update cran comment --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index c6229fd..eaea6e1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Submission -This is a patch release that fixes failing tests due to ggplot2 v4 release. +This is a patch release that fixes a minor rendering issue with ggplot2 tags. ## R CMD check results