The goal of this repo is to provide supplementary material for the presentation at R in Pharma 2025 on duckplyr on November 5, 2025.
- Clone the repository.
- Open the project in Positron, RStudio, or your favorite IDE.
- Run
scripts/00-isolate.Rto create an empty project-local library. Restart the IDE. - Run
scripts/01-install.Rto install the required packages. - Open and run the other scripts in the
scripts/directory.
-
https://github.com/tidyverse/duckplyr: duckplyr GitHub repository
-
https://duckplyr.tidyverse.org/: duckplyr documentation
-
https://duckdb.org/: DuckDB official website
-
https://cynkra.github.io/dd/: dd package (help for DuckDB functions)
-
Video: FIXME