Skip to content

Commit

Permalink
Move to tidyverse, already applied manually to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 2, 2024
1 parent e4e9a29 commit fb25640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fb25640

Please sign in to comment.