Skip to content

Commit

Permalink
chore: Bump {gridpattern} to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Jun 3, 2024
1 parent d48adf4 commit 5ac1584
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Imports:
ggplot2 (>= 3.5.1),
glue,
grid,
gridpattern (>= 1.2.1),
gridpattern (>= 1.2.2),
lifecycle,
rlang (>= 1.1.3),
scales,
Expand Down
16 changes: 7 additions & 9 deletions vignettes/patterns-image.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -357,19 +357,17 @@ display only black and white bears use `pattern_type = 'bearbw'`.

Click the link to see an example of each placeholder generator

* 'kitten' - [kitten](https://placekitten.com/400/300)
* 'picsum' - [random picture from picsum](https://picsum.photos/400/300)
* 'murray' - [bill murray](http://www.fillmurray.com/400/300)
* 'cage' - [nicholas cage](https://www.placecage.com/400/300)
* 'bear' - [bears](https://placebear.com/400/300)
* 'seagal' - [steven seagal](https://www.stevensegallery.com/400/300)
* 'placeholder' - [placeholder.com](https://via.placeholder.com/400x300.png)
* 'beard' - [beards](https://placebeard.it/400/300)
* 'cage' - [nicholas cage](https://placecage.lucidinternets.com/400/300)
* 'dummy' - [image showing dimensions](https://dummyimage.com/400x300)
* 'flickr' - [random picture from flickr](https://loremflickr.com/400/300)
* 'beard' - [beards](http://placebeard.it/400/300)
* 'lorempixel' - [lorempixel](http://lorempixel.com/400/300/)
* 'placeimg' - [random pic from placeimg.com](http://placeimg.com/400/300/any)
* 'keanu' - [Keanu](https://placekeanu.com/400/300)
* 'kitten' - [kitten](https://placekitten.com/400/300)
* 'murray' - [bill murray](http://fillmurray.lucidinternets.com/400/300)
* 'picsum' - [random picture from picsum](https://picsum.photos/400/300)
* 'placeholder' - [placeholder.com](https://via.placeholder.com/400x300.png)
* 'seagal' - [steven seagal](https://stevensegallery.lucidinternets.com/400/300)

All placeholder names are available in `gridpattern::names_placeholder`.

Expand Down
16 changes: 7 additions & 9 deletions vignettes/patterns-image.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -338,19 +338,17 @@ display only black and white bears use `pattern_type = 'bearbw'`.

Click the link to see an example of each placeholder generator

* 'kitten' - [kitten](https://placekitten.com/400/300)
* 'picsum' - [random picture from picsum](https://picsum.photos/400/300)
* 'murray' - [bill murray](http://www.fillmurray.com/400/300)
* 'cage' - [nicholas cage](https://www.placecage.com/400/300)
* 'bear' - [bears](https://placebear.com/400/300)
* 'seagal' - [steven seagal](https://www.stevensegallery.com/400/300)
* 'placeholder' - [placeholder.com](https://via.placeholder.com/400x300.png)
* 'beard' - [beards](https://placebeard.it/400/300)
* 'cage' - [nicholas cage](https://placecage.lucidinternets.com/400/300)
* 'dummy' - [image showing dimensions](https://dummyimage.com/400x300)
* 'flickr' - [random picture from flickr](https://loremflickr.com/400/300)
* 'beard' - [beards](http://placebeard.it/400/300)
* 'lorempixel' - [lorempixel](http://lorempixel.com/400/300/)
* 'placeimg' - [random pic from placeimg.com](http://placeimg.com/400/300/any)
* 'keanu' - [Keanu](https://placekeanu.com/400/300)
* 'kitten' - [kitten](https://placekitten.com/400/300)
* 'murray' - [bill murray](https://fillmurray.lucidinternets.com/400/300)
* 'picsum' - [random picture from picsum](https://picsum.photos/400/300)
* 'placeholder' - [placeholder.com](https://via.placeholder.com/400x300.png)
* 'seagal' - [steven seagal](https://stevensegallery.lucidinternets.com/400/300)

All placeholder names are available in `gridpattern::names_placeholder`.

Expand Down

0 comments on commit 5ac1584

Please sign in to comment.