Skip to content
Merged

v4.0.0 #6566

Show file tree
Hide file tree
Changes from 2 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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point()
```

<img src="man/figures/README-example-1.png" alt="Scatterplot of engine displacement versus highway miles per
gallon, for 234 cars coloured by 7 'types' of car. The displacement and miles
per gallon are inversely correlated." />
<img src="man/figures/README-example-1.png" alt="Scatterplot of engine displacement versus highway miles per gallon, for 234 cars coloured by 7 'types' of car. The displacement and miles per gallon are inversely correlated." />

## Lifecycle

Expand Down
13 changes: 8 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
This is a small patch release preparing ggplot2 for changes in the ragg package.
Further it add infrastructure to help reverse dependencies gracefully prepare
for the next major ggplot2 release.
This is a major release of ggplot2. Among other things it includes an adaption
of S7 for all the S3 classes and methods that were currently in use.
Unfortunately such a change is not without issue with the number of reverse
dependencies that ggplot2 has as many packages wrongfully checks the internals
of ggplot2 objects in their tests.

This release breaks a test in SimNPH, but we are in contact with them and a fix
for this should land on CRAN very soon.
Because of this you should expect a larger than usual number of breaking
packages. We have been very diligent to reach out to all maintainers over the
last 2-3 months and provided resolutions but breakages are still to be expected.
Loading