Skip to content

Commit

Permalink
doc: draft update
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Dec 13, 2024
1 parent 3a3517a commit 77bbbc0
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +50,7 @@ This week’s release was curated by [](), with help from the R Weekly team memb

### New Packages

<!-- <p class="added-hostname"><a href="https://rweekly.org/live" target="_blank" class="externalLink">📦 <i>Go Live for More New Pkgs</i> 📦</a></p> -->
<!-- <p class="added-hostname"><a href="https://rweekly.org/live" target="_blank" class="externalLink">📦 <i>Go Live for More New Pkgs</i> 📦</a></p> -->
<p class="added-hostname"><a href="https://dirk.eddelbuettel.com/cranberries/cran/new/" target="_blank" class="externalLink">📦 <i>Keep up to date wtih CRANberries</i> 📦</a></p>


Expand All @@ -62,13 +70,19 @@ This week’s release was curated by [](), with help from the R Weekly team memb

<i>🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍</i>

+ [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)


### 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
Expand All @@ -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/)


<!--<div class="post-more-begin></div><div class="post-more-end"></div>-->
Expand Down

0 comments on commit 77bbbc0

Please sign in to comment.