Skip to content

Commit fb25640

Browse files
committed
Move to tidyverse, already applied manually to gh-pages
1 parent e4e9a29 commit fb25640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In addition to data frames/tibbles, dplyr makes working with other computational
4949
- [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational
5050
database. Translates your dplyr code to SQL.
5151

52-
- [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.
52+
- [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.
5353

5454
- [duckdb](https://duckdb.org/docs/api/r) for large datasets that are
5555
still small enough to fit on your computer.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ alternative backends:
5151
- [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a
5252
relational database. Translates your dplyr code to SQL.
5353

54-
- [duckplyr](https://duckdblabs.github.io/duckplyr/) for using
54+
- [duckplyr](https://tidyverse.github.io/duckplyr/) for using
5555
[duckdb](https://duckdb.org) on large, in-memory datasets with zero
5656
extra copies. Translates your dplyr code to high performance duckdb
5757
queries with an automatic R fallback when translation isn’t possible.

0 commit comments

Comments
 (0)