From 4b7a1aeaccc0a68b9abd0e071917d0dd2fb54b76 Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Sun, 20 Oct 2024 00:17:07 -0400 Subject: [PATCH] Update draft.md (#1724) Co-authored-by: Jonathan Carroll --- draft.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/draft.md b/draft.md index b8f6bb72..66c1ab9d 100644 --- a/draft.md +++ b/draft.md @@ -79,6 +79,13 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### Tutorials ++ [DuckDB vs dplyr vs base R](https://blog.stephenturner.us/p/duckdb-vs-dplyr-vs-base-r) + +![DuckDB vs dplyr vs base R](https://github.com/user-attachments/assets/6688ae94-e279-4070-8fe3-a78d752bf8bd) + ++ [Use nanoparquet instead of readr/CSV](https://blog.stephenturner.us/p/use-nanoparquet-instead-of-readr-csv) + +![Use nanoparquet instead of readr/CSV](https://github.com/user-attachments/assets/2bd7fe20-ee38-4106-8226-12cfd8fd46f5) + [Comparing `data.table` reshape to `duckdb` and `polars`](https://rdatatable-community.github.io/The-Raft/posts/2024-10-17-duckdb_polars_reshape-toby_hocking/) @@ -86,8 +93,6 @@ This week’s release was curated by [](), with help from the R Weekly team memb + [Beyond Functions: How to Enrich an R Package with Data](https://rtask.thinkr.fr/beyond-functions-how-to-enrich-an-r-package-with-data/) - - ### R Project Updates