Skip to content

Commit 25f54d9

Browse files
authored
Update r4ds url (#5406)
* Update r4ds url - This pull request updates r4ds(<https://r4ds.had.co.nz/>) to r4ds 2e (https://r4ds.hadley.nz/). * run `devtools::build_readme()` It updates **README.md** by running `devtools::build_readme()`.
1 parent ef9f8d6 commit 25f54d9

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ If you are looking for innovation, look to ggplot2's rich ecosystem of extension
6969

7070
If you are new to ggplot2 you are better off starting with a systematic introduction, rather than trying to learn from reading individual documentation pages. Currently, there are three good places to start:
7171

72-
1. The [Data Visualisation][r4ds-vis] and
73-
[Graphics for communication][r4ds-comm] chapters in
72+
1. The [Data Visualization][r4ds-vis] and
73+
[Communication][r4ds-comm] chapters in
7474
[R for Data Science][r4ds]. R for Data Science is designed to
7575
give you a comprehensive introduction to the
7676
[tidyverse](https://www.tidyverse.org), and these two chapters will
@@ -107,7 +107,7 @@ There are two main places to get help with ggplot2:
107107
[gg-book]: https://www.amazon.com/Grammar-Graphics-Statistics-Computing/dp/0387245448/ref=as_li_ss_tl
108108
[so]: https://stackoverflow.com/questions/tagged/ggplot2?sort=frequent&pageSize=50
109109
[cookbook]: https://r-graphics.org
110-
[r4ds]: https://r4ds.had.co.nz
111-
[r4ds-vis]: https://r4ds.had.co.nz/data-visualisation.html
112-
[r4ds-comm]: https://r4ds.had.co.nz/graphics-for-communication.html
110+
[r4ds]: https://r4ds.hadley.nz
111+
[r4ds-vis]: https://r4ds.hadley.nz/data-visualize
112+
[r4ds-comm]: https://r4ds.hadley.nz/communication
113113
[oreilly]: https://learning.oreilly.com/videos/data-visualization-in/9781491963661/

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,10 @@ If you are new to ggplot2 you are better off starting with a systematic
7676
introduction, rather than trying to learn from reading individual
7777
documentation pages. Currently, there are three good places to start:
7878

79-
1. The [Data
80-
Visualisation](https://r4ds.had.co.nz/data-visualisation.html) and
81-
[Graphics for
82-
communication](https://r4ds.had.co.nz/graphics-for-communication.html)
83-
chapters in [R for Data Science](https://r4ds.had.co.nz). R for Data
84-
Science is designed to give you a comprehensive introduction to the
79+
1. The [Data Visualization](https://r4ds.hadley.nz/data-visualize) and
80+
[Communication](https://r4ds.hadley.nz/communication) chapters in [R
81+
for Data Science](https://r4ds.hadley.nz). R for Data Science is
82+
designed to give you a comprehensive introduction to the
8583
[tidyverse](https://www.tidyverse.org), and these two chapters will
8684
get you up to speed with the essentials of ggplot2 as quickly as
8785
possible.

0 commit comments

Comments
 (0)