Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"))
Description: A 'ggplot2' extension that enables robust image grobs in
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down