Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 'units' parameter updates #84

Merged
merged 2 commits into from
May 5, 2024
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,7 +1,7 @@
Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 1.2.1
Version: 1.2.2-0
Authors@R: c(
person("Trevor L.", "Davis", role=c("aut", "cre"), email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
gridpattern v1.2.2 (development)
================================

Bug fixes and minor improvements
--------------------------------

* `grid.pattern_weave()` adds the new `units` parameter
that most other "geometry" pattern functions received in gridpattern v1.2.1.
* The "polygon\_tiling" pattern should now respect the `units` parameter
if set to a value different from the "snpc" default (#82).
* For the "polygon\_tiling" pattern `type = "18.18.3*"` the size of the
eighteen-sided polygons have been increased a teeny bit and
this polygon tiling should look a bit cleaner.

gridpattern v1.2.1
==================

Expand Down
Loading