Skip to content

Fix critical dice rendering with ggplot2 >= 4.0, prepare v1.2.0#10

Merged
maflot merged 1 commit intomainfrom
render-bug
Mar 27, 2026
Merged

Fix critical dice rendering with ggplot2 >= 4.0, prepare v1.2.0#10
maflot merged 1 commit intomainfrom
render-bug

Conversation

@maflot
Copy link
Copy Markdown
Owner

@maflot maflot commented Mar 27, 2026

Register drawDetails.DiceGrob S3 method in NAMESPACE so grid dispatches to the custom drawing code. Without this, neither tiles nor pips were rendered on ggplot2 4.x.

Also fix invisible pips when fill is not mapped (colour defaulted to NA instead of black).

Additional changes for CRAN v1.2.0:

  • Add inst/CITATION matching Bioinformatics publication
  • Quote package names in DESCRIPTION Title/Description
  • Remove redundant Author/Maintainer fields
  • Regenerate demo output plots

Register drawDetails.DiceGrob S3 method in NAMESPACE so grid dispatches
to the custom drawing code. Without this, neither tiles nor pips were
rendered on ggplot2 4.x.

Also fix invisible pips when fill is not mapped (colour defaulted to NA
instead of black).

Additional changes for CRAN v1.2.0:
- Add inst/CITATION matching Bioinformatics publication
- Quote package names in DESCRIPTION Title/Description
- Remove redundant Author/Maintainer fields
- Regenerate demo output plots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant