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 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