Skip to content

Commit d7be1d1

Browse files
committed
prep for release
1 parent 139c510 commit d7be1d1

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
7676
[Communication][r4ds-comm] chapters in
7777
[R for Data Science][r4ds]. R for Data Science is designed to
7878
give you a comprehensive introduction to the
79-
[tidyverse](https://www.tidyverse.org), and these two chapters will
79+
[tidyverse](https://tidyverse.org/), and these two chapters will
8080
get you up to speed with the essentials of ggplot2 as quickly as
8181
possible.
8282

@@ -119,4 +119,4 @@ There are two main places to get help with ggplot2:
119119
[r4ds-vis]: https://r4ds.hadley.nz/data-visualize
120120
[r4ds-comm]: https://r4ds.hadley.nz/communication
121121
[oreilly]: https://learning.oreilly.com/videos/data-visualization-in/9781491963661/
122-
[blog]: https://www.tidyverse.org/tags/ggplot2/
122+
[blog]: https://tidyverse.org/tags/ggplot2/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ documentation pages. Currently, there are several good places to start:
8080
[Communication](https://r4ds.hadley.nz/communication) chapters in [R
8181
for Data Science](https://r4ds.hadley.nz). R for Data Science is
8282
designed to give you a comprehensive introduction to the
83-
[tidyverse](https://www.tidyverse.org), and these two chapters will
84-
get you up to speed with the essentials of ggplot2 as quickly as
83+
[tidyverse](https://tidyverse.org/), and these two chapters will get
84+
you up to speed with the essentials of ggplot2 as quickly as
8585
possible.
8686

8787
2. If you’d like to take an online course, try [Data Visualization in R
@@ -105,7 +105,7 @@ documentation pages. Currently, there are several good places to start:
105105
graphics specifically tailored to your needs.
106106

107107
6. For articles about announcements and deep-dives you can visit the
108-
[tidyverse blog](https://www.tidyverse.org/tags/ggplot2/).
108+
[tidyverse blog](https://tidyverse.org/tags/ggplot2/).
109109

110110
## Getting help
111111

cran-comments.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
This is a major release of ggplot2. Among other things it includes an adaption
2-
of S7 for all the S3 classes and methods that were currently in use.
3-
Unfortunately such a change is not without issue with the number of reverse
4-
dependencies that ggplot2 has as many packages wrongfully checks the internals
5-
of ggplot2 objects in their tests.
1+
This is a patch release fixing a range of regressions reported after the 4.0.0
2+
release. While no breaking changes in the API we did detect a few packages that
3+
breaks with this release due to either making assumptions about ggplot2 internal
4+
behaviour, or requiring documentation updates that can only happen after release
5+
of 4.0.1
66

7-
Because of this you should expect a larger than usual number of breaking
8-
packages. We have been very diligent to reach out to all maintainers over the
9-
last 2-3 months and provided resolutions but breakages are still to be expected.
7+
The packages are:
8+
- adproplus: https://github.com/henry-heppe/adproclus/issues/3
9+
- ggsurveillance: https://github.com/biostats-dev/ggsurveillance/issues/1
10+
- ggformula: https://github.com/ProjectMOSAIC/ggformula/issues/187
11+
- ggside: https://github.com/jtlandis/ggside/issues/71
12+
13+
They have all been notified in advance of this submission

vignettes/ggplot2-in-packages.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ Generally, if you add a method for a ggplot2 generic like `autoplot()`, ggplot2
246246
```
247247

248248
## Read more
249-
There are other things to consider when taking on a dependency. [This post]( https://www.tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/) goes into detail with many of these using ggplot2 as an example and is a good read for anyone developing a package using ggplot2.
249+
There are other things to consider when taking on a dependency. [This post]( https://tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/) goes into detail with many of these using ggplot2 as an example and is a good read for anyone developing a package using ggplot2.

0 commit comments

Comments
 (0)