Welcome to adminR! 👋
This autumn we will have a crossover meetup at the Swiss Statistics Meeting in Geneva. We are grateful to the University of Geneva and the R Working Group for hosting us.
Wednesday, November 5, 2025, 19:00–20:30
University of Geneva (Uni-Mail), Boulevard du Pont-d'Arve 40, 1205 Genève
As usual there will be 🍻, 🍿 and great discussions after the keynote.
duckplyr: Analyze large data with DuckDB and dplyr compatibility
Kirill Müller, cynkra
The duckplyr package is now stable; version 1.1.2 is on CRAN. It builds on top of DuckDB, a fast and flexible analytical engine that can work with larger-than-memory data from disk or cloud storage. All these features are available to duckplyr, with syntax and semantics much closer to R and the tidyverse. Use it to speed up existing code, to analyze Parquet or CSV files directly, or to access the plethora of exciting functionality provided by DuckDB.