Skip to content

Commit 03ae14b

Browse files
committed
prep for release
1 parent 1aefde4 commit 03ae14b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ggplot2 (development version)
2+
This is a very small release focusing on fixing a couple of untenable issues
3+
that surfaced with the 3.3.4 release
24

35
* Revert changes made in #4434 (apply transform to intercept in `geom_abline()`)
46
as it introduced undesirable issues far worse than the bug it fixed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ documentation pages. Currently, there are three good places to start:
8484
get you up to speed with the essentials of ggplot2 as quickly as
8585
possible.
8686

87-
2. If you’d like to follow a webinar, try [Plotting Anything with
87+
2. If you’d like to take an online course, try [Data Visualization in R
88+
With
89+
ggplot2](https://learning.oreilly.com/videos/data-visualization-in/9781491963661/)
90+
by Kara Woo.
91+
92+
3. If you’d like to follow a webinar, try [Plotting Anything with
8893
ggplot2](https://youtu.be/h29g21z0a68) by Thomas Lin Pedersen.
8994

90-
3. If you want to dive into making common graphics as quickly as
95+
4. If you want to dive into making common graphics as quickly as
9196
possible, I recommend [The R Graphics
9297
Cookbook](https://r-graphics.org) by Winston Chang. It provides a
9398
set of recipes to solve common graphics problems.

0 commit comments

Comments
 (0)