From 77bbbc0db9d0cf894c98e2dc500c984b6be7eee3 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 13 Dec 2024 16:47:07 +0100 Subject: [PATCH] doc: draft update --- draft.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/draft.md b/draft.md index f4c22ed4..66b5797e 100644 --- a/draft.md +++ b/draft.md @@ -20,16 +20,24 @@ This week’s release was curated by [](), with help from the R Weekly team memb + [Turn a GitHub repo into a single text file for LLM-friendly input, with R and Python packages as examples](https://blog.stephenturner.us/p/github-repo-to-text-for-llm-input) -![gh2txt-600](https://github.com/user-attachments/assets/4f940a19-205b-4948-bf65-248a552f4cf0) ++ [Parallel and Asynchronous Programming in Shiny with future, promise, future_promise, and ExtendedTask](https://rtask.thinkr.fr/parallel-and-asynchronous-programming-in-shiny-with-future-promise-future_promise-and-extendedtask/) ++ [Problems with iconv on macOS](https://blog.r-project.org/2024/12/11/problems-with-iconv-on-macos/) + ++ [The most efficient way to manage snapshot tests in R.](https://jakubsob.github.io/blog/the-easiest-way-to-update-snapshots-from-ci/) ### R in the Real World + [Lime Bike Summary Stats Dashboard](https://jokasan.github.io/Lime_Dash/) + ### R in Organizations ++ [Diffify & Posit Package Manager](https://www.jumpingrivers.com/blog/diffify-posit-package-manager/) + ++ [#44: r2u For ML and MLops Talk](http://dirk.eddelbuettel.com/blog/2024/12/12#044_r2u_for_ml_ops_talk) + ### R in Academia @@ -42,7 +50,7 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### New Packages - +

📦 Keep up to date wtih CRANberries 📦

@@ -62,6 +70,11 @@ This week’s release was curated by [](), with help from the R Weekly team memb 🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍 ++ [RcppCCTZ 0.2.13 on CRAN: Maintenance](http://dirk.eddelbuettel.com/blog/2024/12/11#rcppcctz_0.2.13) + ++ [pinp 0.0.11 on CRAN: Maintenance](http://dirk.eddelbuettel.com/blog/2024/12/08#pinp_0.0.11) + + ### Videos and Podcasts + [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights) @@ -69,6 +82,7 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### Gist & Cookbook ++ [7 New Books added to Big Book of R [7/12/2024]](https://oscarbaruffa.com/7-new-books-added-to-big-book-of-r-7-12-2024/) ### Shiny Apps @@ -81,6 +95,19 @@ This week’s release was curated by [](), with help from the R Weekly team memb ### Tutorials ++ [How to Use drop_na to Drop Rows with Missing Values in R: A Complete Guide](https://www.spsanderson.com/steveondata/posts/2024-12-12/) + ++ [How to Select Row with Max Value in Specific Column in R: A Complete Guide](https://www.spsanderson.com/steveondata/posts/2024-12-10/) + ++ [How to Find the Column with the Max Value for Each Row in R](https://www.spsanderson.com/steveondata/posts/2024-12-09/) + ++ [3MW (AI Chat-Bots With R, {shiny} & {elmer})](https://3mw.albert-rapp.de/p/ai-chat-bots-with-r-shiny-elmer) + ++ [Want to get code coverage report, but not share your private code with codecov.io? Use cobertura-action.](https://jakubsob.github.io/blog/want-to-get-code-coverage-report/) + ++ [Advent of Code with data.table: Week One](https://rdatatable-community.github.io/The-Raft/posts/2024-12-07-advent_of_code-kelly_bodwin/) + ++ [Writing Signed Trinary: or, Back To the Four Weights Problem](https://rworks.dev/posts/back-to-four-weights/)