From cc612bcf822ff21b57c7c87cf30bba78dc1d9434 Mon Sep 17 00:00:00 2001 From: Zeki Akyol <40212849+zekiakyol@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:17:17 +0300 Subject: [PATCH] Update r4ds url (#6923) * Update r4ds url - This pull request updates r4ds() to r4ds 2e (https://r4ds.hadley.nz/). * run `devtools::build_readme()` It updates README.md by running `devtools::build_readme()`. --- README.Rmd | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8fb8ef6e5d..995fa82fdf 100644 --- a/README.Rmd +++ b/README.Rmd @@ -34,7 +34,7 @@ dplyr is a grammar of data manipulation, providing a consistent set of verbs tha These all combine naturally with `group_by()` which allows you to perform any operation "by group". You can learn more about them in `vignette("dplyr")`. As well as these single-table verbs, dplyr also provides a variety of two-table verbs, which you can learn about in `vignette("two-table")`. -If you are new to dplyr, the best place to start is the [data transformation chapter](https://r4ds.had.co.nz/transform.html) in R for data science. +If you are new to dplyr, the best place to start is the [data transformation chapter](https://r4ds.hadley.nz/data-transform) in R for Data Science. ## Backends diff --git a/README.md b/README.md index 8eef384f31..9058b25e6e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ provides a variety of two-table verbs, which you can learn about in `vignette("two-table")`. If you are new to dplyr, the best place to start is the [data -transformation chapter](https://r4ds.had.co.nz/transform.html) in R for -data science. +transformation chapter](https://r4ds.hadley.nz/data-transform) in R for +Data Science. ## Backends