Skip to content

Commit 766868c

Browse files
committed
update readme
1 parent 7477f70 commit 766868c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
5454

5555
## Lifecycle
5656

57-
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
57+
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
5858

5959
ggplot2 is now over 10 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the behaviour of existing functions, and if we do make changes to existing behaviour we will do them for compelling reasons.
6060

@@ -72,6 +72,9 @@ If you are new to ggplot2 you are better off starting with a systematic introduc
7272
get you up to speed with the essentials of ggplot2 as quickly as
7373
possible.
7474

75+
1. If you'd like to take an online course, try
76+
[Data Visualization in R With ggplot2][oreilly] by Kara Woo.
77+
7578
1. If you'd like to follow a webinar, try
7679
[Plotting Anything with ggplot2](https://youtu.be/h29g21z0a68) by Thomas Lin
7780
Pedersen.
@@ -102,4 +105,4 @@ There are two main places to get help with ggplot2:
102105
[r4ds]: https://r4ds.had.co.nz
103106
[r4ds-vis]: https://r4ds.had.co.nz/data-visualisation.html
104107
[r4ds-comm]: https://r4ds.had.co.nz/graphics-for-communication.html
105-
[oreilly]: https://shop.oreilly.com/product/0636920052807.do
108+
[oreilly]: https://learning.oreilly.com/videos/data-visualization-in/9781491963661/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
5555

5656
## Lifecycle
5757

58-
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
58+
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
5959

6060
ggplot2 is now over 10 years old and is used by hundreds of thousands of
6161
people to make millions of plots. That means, by-and-large, ggplot2

0 commit comments

Comments
 (0)