Skip to content

Commit

Permalink
chore: Prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed May 1, 2024
1 parent 9c5431b commit 564fc96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 1.2.0-6
Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
Version: 1.2.1
Authors@R: c(
person("Trevor L.", "Davis", role=c("aut", "cre"), email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
person("ggplot2 authors", role = "ctb", comment = "some utility functions copied from ggplot2"))
Description: Provides 'grid' grobs that fill in a user-defined area with various patterns. Includes enhanced versions of the geometric and image-based patterns originally contained in the 'ggpattern' package as well as original 'pch', 'polygon_tiling', 'regular_polygon', 'rose', 'text', 'wave', and 'weave' patterns plus support for custom user-defined patterns.
URL: https://trevorldavis.com/R/gridpattern/, https://github.com/trevorld/gridpattern
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The MIT License (MIT)
=====================

Copyright © 2024 Trevor L. Davis
Copyright © 2020 [email protected]
Copyright © 2024 Trevor L. Davis
Copyright © 2020 [email protected]
Copyright © 2023 ggplot2 authors

Permission is hereby granted, free of charge, to any person
Expand Down
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gridpattern v1.2.0 (development)
================================
gridpattern v1.2.1
==================

Breaking Changes
----------------
Expand Down Expand Up @@ -337,7 +337,7 @@ gridpattern v0.1.2
* "regular_polygon" ``grid.pattern_regular_polygon()`` (#20)
* "weave" ``grid.pattern_weave()`` (#12)

* Supports the following patterns from [ggpattern](https://github.com/coolbutuseless/ggpattern):
* Supports the following patterns from [ggpattern](https://github.com/trevorld/ggpattern):

* "ambient" ``grid.pattern_ambient()``
* "circle" ``grid.pattern_circle()`` (#5)
Expand All @@ -349,8 +349,8 @@ gridpattern v0.1.2
* "placeholder" ``grid.pattern_placeholder()`` (#10)
* "plasma" ``grid.pattern_plasma()`` (#7)
* "stripe" ``grid.pattern_stripe()`` (#3)
* [Custom ggpattern geometry-based patterns](https://coolbutuseless.github.io/package/ggpattern/articles/developing-patterns-2.html) (#1)
* [Custom ggpattern array-based patterns](https://coolbutuseless.github.io/package/ggpattern/articles/developing-patterns-3.html) (#2)
* [Custom ggpattern geometry-based patterns](https://trevorldavis.com/R/gridpattern/dev/articles/developing-patterns.html) (#1)
* [Custom ggpattern array-based patterns](https://trevorldavis.com/R/gridpattern/dev/articles/developing-patterns.html) (#2)

Enhancements made to the ``{ggpattern}`` patterns provided by this package:

Expand Down
6 changes: 1 addition & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
* "text" pattern example now skipped if ran within certain graphics devices like `pdf()`
that can't handle the playing cards Unicode glyphs (#68).

## Test environments

* local (linux, R 4.3.1)
* local (linux, R devel)
* local (linux, R 4.4.0)
* win-builder (windows, R devel)
* github actions (linux, R oldrel)
* github actions (linux, R release)
Expand Down

0 comments on commit 564fc96

Please sign in to comment.