Skip to content

Commit

Permalink
Update r4ds url (#6923)
Browse files Browse the repository at this point in the history
* 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()`.
  • Loading branch information
zekiakyol authored Nov 2, 2023
1 parent 5003583 commit cc612bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc612bc

Please sign in to comment.