From 2b2322999e20576eba274643e4afd60d430126a8 Mon Sep 17 00:00:00 2001 From: Romain Francois Date: Tue, 17 Nov 2020 16:50:52 +0100 Subject: [PATCH] render README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4370d8ae51..ccc86e65c5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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](http://r4ds.had.co.nz/transform.html) in R for +transformation chapter](https://r4ds.had.co.nz/transform.html) in R for data science. ## Backends @@ -45,7 +45,7 @@ alternative backends: - [dtplyr](https://dtplyr.tidyverse.org/): for large, in-memory datasets. Translates your dplyr code to high performance - [data.table](http://r-datatable.com/) code. + [data.table](https://rdatatable.gitlab.io/data.table/) code. - [dbplyr](https://dbplyr.tidyverse.org/): for data stored in a relational database. Translates your dplyr code to SQL. @@ -161,7 +161,7 @@ reproducible example on [GitHub](https://github.com/tidyverse/dplyr/issues). For questions and other discussion, please use [community.rstudio.com](https://community.rstudio.com/) or the -[manipulatr mailing list](https://groups.google.com/group/manipulatr). +[manipulatr mailing list](https://groups.google.com/d/forum/manipulatr). -----