diff --git a/README.md b/README.md index eed37e27ec..5943cdb4c7 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) + geom_point() ``` -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. +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 diff --git a/cran-comments.md b/cran-comments.md index 3423046660..f41bd175a0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.