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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pkgdown
/Meta/
/revdep/
/tmp/
/.claude/
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggpattern
Type: Package
Title: 'ggplot2' Pattern Geoms
Version: 1.3.1-0
Version: 1.3.2-1
Authors@R: c(person("Mike", "FC", role = "aut"),
person("Trevor L.", "Davis", role = c("aut", "cre"),
email = "trevor.l.davis@gmail.com",
Expand All @@ -13,15 +13,14 @@ BugReports: https://github.com/trevorld/ggpattern/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1)
Imports:
cli,
ggplot2 (>= 4.0.2),
glue,
grid,
gridpattern (>= 1.2.2),
gridpattern (>= 1.4.2),
lifecycle,
rlang (>= 1.1.3),
scales,
Expand Down Expand Up @@ -85,3 +84,4 @@ Collate:
'scale-pattern.R'
'zxx.R'
'zzz.R'
Config/roxygen2/version: 8.0.0
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# ggpattern 1.3.2

## Bug fixes and minor improvements

* Bumps required version of `{gridpattern}` to v1.4.2 which should fix a bug with patterns sometimes not showing up in the legend with larger `pattern_key_scale_factor` values (#86).

# ggpattern 1.3.1

## Breaking changes

* Now requires `ggplot2` (>= 4.0.2) and thus `R` (>= 4.1).
* Now requires `{ggplot2}` (>= 4.0.2) and thus `R` (>= 4.1).
* All geom default aesthetics now use `from_theme()` for colours, line widths, and line types.
These changes were made to the `{ggplot2}` analogues in `{ggplot2}` 4.0.0.
* Turned off fallback for `size` to `linewidth` translation in `geom_bar_pattern()`/`geom_col_pattern()`.
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ development:
mode: auto
template:
bootstrap: 5
llm-docs: false
reference:
- title: "ggpattern package"
desc: "High level package description"
Expand Down
4 changes: 2 additions & 2 deletions man/geom-docs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/ggpattern-ggproto.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/ggpattern.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/scale_pattern_colour_viridis_d.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/_snaps/fill/pattern-fill-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading