From fb25640fa1eb74746a7a74a06090045106e5d20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 2 Nov 2024 18:43:50 +0100 Subject: [PATCH] Move to tidyverse, already applied manually to gh-pages --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 68ca85ef0a..7954f1cf07 100644 --- a/README.Rmd +++ b/README.Rmd @@ -49,7 +49,7 @@ In addition to data frames/tibbles, dplyr makes working with other computational - [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational database. Translates your dplyr code to SQL. -- [duckplyr](https://duckdblabs.github.io/duckplyr/) for using [duckdb](https://duckdb.org) on large, in-memory datasets with zero extra copies. Translates your dplyr code to high performance duckdb queries with an automatic R fallback when translation isn't possible. +- [duckplyr](https://tidyverse.github.io/duckplyr/) for using [duckdb](https://duckdb.org) on large, in-memory datasets with zero extra copies. Translates your dplyr code to high performance duckdb queries with an automatic R fallback when translation isn't possible. - [duckdb](https://duckdb.org/docs/api/r) for large datasets that are still small enough to fit on your computer. diff --git a/README.md b/README.md index 78245c6795..c0d0b96a2e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ alternative backends: - [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational database. Translates your dplyr code to SQL. -- [duckplyr](https://duckdblabs.github.io/duckplyr/) for using +- [duckplyr](https://tidyverse.github.io/duckplyr/) for using [duckdb](https://duckdb.org) on large, in-memory datasets with zero extra copies. Translates your dplyr code to high performance duckdb queries with an automatic R fallback when translation isn’t possible.