From 0906959b1aa0d805a6ab3305c037f9f2088d7a16 Mon Sep 17 00:00:00 2001 From: Jonathan Carroll Date: Mon, 12 Aug 2024 14:56:33 +0930 Subject: [PATCH] 2024-W33 (#1677) --- _posts/2024-08-12-2024-W33.md | 109 ++++++++++++++++++++++++++++++++++ draft.md | 67 ++++++++++++--------- 2 files changed, 149 insertions(+), 27 deletions(-) create mode 100644 _posts/2024-08-12-2024-W33.md diff --git a/_posts/2024-08-12-2024-W33.md b/_posts/2024-08-12-2024-W33.md new file mode 100644 index 00000000..af49fa45 --- /dev/null +++ b/_posts/2024-08-12-2024-W33.md @@ -0,0 +1,109 @@ +--- +title: R Weekly 2024-W33 Snakes & Ladders, Tables, Deutschland Tour +description: Weekly News in the R Community +image: https://rweekly.org/public/facebook.png +--- + ++ [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly) + +This week’s release was curated by [Jonathan Carroll](https://fosstodon.org/@jonocarroll), with help from the RWeekly team members and contributors. + + +### Highlight + ++ [Snakes and ladders by @ellis2013nz](https://freerangestats.info/blog/2024/08/10/snakes-and-ladders) + ++ [Everything new that’s in {gt} 0.11.0](https://posit.co/blog/everything-new-thats-in-gt-0-11-0/) + ++ [Deutschland Tour 2024](https://www.datannery.com/posts/deutschland-tour-2024/) + +### Insights + + ++ [Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting](https://thierrymoudiki.github.io/blog/2024/08/05/python/r/unibooster) + ++ [Explanatory Data Analysis: Black Monday Crash](https://datageeek.com/2024/08/07/black-monday-crash/) + ++ [Snakes and ladders by @ellis2013nz](https://freerangestats.info/blog/2024/08/10/snakes-and-ladders) + +![](https://raw.githubusercontent.com/rweekly/image/master/2024/W33/snakesladders_600.png) + ++ [Mastering Character Counting in R: Base R, stringr, and stringi](https://www.spsanderson.com/steveondata/posts/2024-08-09/) ++ [How to Check if a String Contains Specific Characters in R: A Comprehensive Guide with Base R, string & stringi](https://www.spsanderson.com/steveondata/posts/2024-08-08/) ++ [Checking If a Workbook is Open Using VBA and Executing from R](https://www.spsanderson.com/steveondata/posts/2024-08-07/) ++ [Converting Text to Uppercase with toupper() in R](https://www.spsanderson.com/steveondata/posts/2024-08-06/) ++ [Systematic Sampleing in R with Base R](https://www.spsanderson.com/steveondata/posts/2024-08-05/) + ++ [Everything new that’s in {gt} 0.11.0](https://posit.co/blog/everything-new-thats-in-gt-0-11-0/) + ++ [3MW (Creating tables with {gt})](https://3mw.albert-rapp.de/p/gt-intro) + ++ [R tidymodels: A tidyverse Like Ecosystem for Efficient Machine Learning in R](https://www.appsilon.com/post/r-tidymodels) + ++ [Unveiling Bottlenecks: A Guide to Profiling R and R Shiny Code](https://www.appsilon.com/post/a-guide-to-profiling-r-and-r-shiny-code) + ++ [Building a Bunch of Quarto Extensions for Presentations](https://parmsam.medium.com/building-a-bunch-of-quarto-extensions-c16e9e13c700) + ++ [Deutschland Tour 2024](https://www.datannery.com/posts/deutschland-tour-2024/) + ++ [Tableau in R for $0 (Introducing GWalkR)](https://www.business-science.io/code-tools/2024/08/09/tableau-in-r-gwalkr.html) + ++ [Shiny in Production 2024: Full speaker lineup](https://www.jumpingrivers.com/blog/shiny-in-production-2024-full-lineup/) + ++ [CopenhagenR, the 2024 spring season](https://sumsar.net/blog/copenhagenr-2024-spring-season/) + + +### New Packages + + +

📦 Keep up to date wtih CRANberries 📦

+ +**CRAN** + +CRAN submission will be offline from Aug 1, 2024 to Aug 16, 2024 (CRAN team vacation and maintenance work) + +### Updated Packages + +🔍 [Search on R-universe](https://r-universe.dev/search/) 🔍 + +### Videos and Podcasts + ++ [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights) + ++ [useR! 2024 Keynote - Keep R Weird](https://youtu.be/KOQBfC1WPwM) + +### Tutorials + ++ [Multistart nonlinear least squares fitting with {gslnls}](https://jchau.org/2024/07/31/multistart-nonlinear-least-squares-with-gslnls/) + + + +### R Project Updates + +Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS): + +### Call for Participation + +### Upcoming Events in 3 Months + +Events in 3 Months: + ++ [Roche’s first end-to-end R journey to submission](https://posit.co/blog/roches-first-end-to-end-r-journey-to-submission/) + ++ [R/Pharma APAC track](https://rinpharma.com/post/2024-07-17-apac-track/) + ++ [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html) + ++ [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl) + ++ [Weekly R Workshops for Ukraine](https://sites.google.com/view/dariia-mykhailyshyna/main/r-workshops-for-ukraine) + +### Connect + +[Join the Data Science Learning Community](https://DSLC.io/) + + +### Quotes of the Week + + + diff --git a/draft.md b/draft.md index 1dacf5de..66c6b69f 100644 --- a/draft.md +++ b/draft.md @@ -1,6 +1,6 @@ --- layout: draft -title: R Weekly 2024-W33 +title: R Weekly 2024-W34 description: Draft of the R Weekly image: https://rweekly.org/public/facebook.png --- @@ -8,7 +8,8 @@ image: https://rweekly.org/public/facebook.png + [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly) -This week’s release was curated by [Jonathan Carroll](https://fosstodon.org/@jonocarroll), with help from the RWeekly team members and contributors. +This week’s release was curated by [](), with help from the R Weekly team members and contributors. + ### Highlight @@ -17,34 +18,23 @@ This week’s release was curated by [Jonathan Carroll](https://fosstodon.org/@j ### Insights -+ [Snakes and ladders by @ellis2013nz](https://freerangestats.info/blog/2024/08/10/snakes-and-ladders) ++ [Tidy DataFrames but not Tibbles](https://jcarroll.com.au/2024/08/11/tidy-dataframes-but-not-tibbles/) + -+ [Auto XGBoost, Auto LightGBM, Auto CatBoost, Auto GradientBoosting](https://thierrymoudiki.github.io/blog/2024/08/05/python/r/unibooster) -+ [Explanatory Data Analysis: Black Monday Crash](https://datageeek.com/2024/08/07/black-monday-crash/) +### R in the Real World -+ [Mastering Character Counting in R: Base R, stringr, and stringi](https://www.spsanderson.com/steveondata/posts/2024-08-09/) -+ [How to Check if a String Contains Specific Characters in R: A Comprehensive Guide with Base R, string & stringi](https://www.spsanderson.com/steveondata/posts/2024-08-08/) -+ [Checking If a Workbook is Open Using VBA and Executing from R](https://www.spsanderson.com/steveondata/posts/2024-08-07/) -+ [Converting Text to Uppercase with toupper() in R](https://www.spsanderson.com/steveondata/posts/2024-08-06/) -+ [Systematic Sampleing in R with Base R](https://www.spsanderson.com/steveondata/posts/2024-08-05/) -+ [Everything new that’s in {gt} 0.11.0](https://posit.co/blog/everything-new-thats-in-gt-0-11-0/) -+ [3MW (Creating tables with {gt})](https://3mw.albert-rapp.de/p/gt-intro) +### R in Organizations -+ [R tidymodels: A tidyverse Like Ecosystem for Efficient Machine Learning in R](https://www.appsilon.com/post/r-tidymodels) -+ [Unveiling Bottlenecks: A Guide to Profiling R and R Shiny Code](https://www.appsilon.com/post/a-guide-to-profiling-r-and-r-shiny-code) -+ [Building a Bunch of Quarto Extensions for Presentations](https://parmsam.medium.com/building-a-bunch-of-quarto-extensions-c16e9e13c700) +### R in Academia -+ [Deutschland Tour 2024](https://www.datannery.com/posts/deutschland-tour-2024/) -+ [Tableau in R for $0 (Introducing GWalkR)](https://www.business-science.io/code-tools/2024/08/09/tableau-in-r-gwalkr.html) -+ [Shiny in Production 2024: Full speaker lineup](https://www.jumpingrivers.com/blog/shiny-in-production-2024-full-lineup/) +### Resources -+ [CopenhagenR, the 2024 spring season](https://sumsar.net/blog/copenhagenr-2024-spring-season/) ### New Packages @@ -52,9 +42,18 @@ This week’s release was curated by [Jonathan Carroll](https://fosstodon.org/@j

📦 Keep up to date wtih CRANberries 📦

+ **CRAN** -CRAN submission will be offline from Aug 1, 2024 to Aug 16, 2024 (CRAN team vacation and maintenance work) + + +**Bioconductor** + + + +**GitHub or Bitbucket** + + ### Updated Packages @@ -64,11 +63,22 @@ CRAN submission will be offline from Aug 1, 2024 to Aug 16, 2024 (CRAN team vaca + [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights) -+ [useR! 2024 Keynote - Keep R Weird](https://youtu.be/KOQBfC1WPwM) + +### Gist & Cookbook + + + +### Shiny Apps + + + +### R Internationally + + ### Tutorials -+ [Multistart nonlinear least squares fitting with {gslnls}](https://jchau.org/2024/07/31/multistart-nonlinear-least-squares-with-gslnls/) + @@ -82,8 +92,6 @@ Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS): Events in 3 Months: -+ [Roche’s first end-to-end R journey to submission](https://posit.co/blog/roches-first-end-to-end-r-journey-to-submission/) - + [R/Pharma APAC track](https://rinpharma.com/post/2024-07-17-apac-track/) + [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html) @@ -92,12 +100,17 @@ Events in 3 Months: + [Weekly R Workshops for Ukraine](https://sites.google.com/view/dariia-mykhailyshyna/main/r-workshops-for-ukraine) +### Grants & Funding + + +### Datasets + + ### Connect [Join the Data Science Learning Community](https://DSLC.io/) +### rtistry -### Quotes of the Week - - +### Quotes of the Week