From bccd44b32a02a0e8ca4136ffa8388b0a763105ff Mon Sep 17 00:00:00 2001 From: Tony ElHabr Date: Sat, 28 Sep 2024 23:13:38 -0500 Subject: [PATCH] more 2024-w40 --- draft.md | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/draft.md b/draft.md index 2dd7aaad..f87851b6 100644 --- a/draft.md +++ b/draft.md @@ -8,7 +8,7 @@ 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 [Tony ElHabr](https://tonyelhabr.rbind.io/), with help from the R Weekly team members and contributors. +This week’s release was curated by [](), with help from the R Weekly team members and contributors. @@ -26,8 +26,12 @@ This week’s release was curated by [Tony ElHabr](https://tonyelhabr.rbind.io/) + [Reproducible data science with Nix, part 13 -- {rix} is on CRAN!](https://www.brodrigues.co/blog/2024-09-27-nix_part_13/) ++ [Some Options for Fast Matrix Decompositions in R](https://www.practicalsignificance.com/posts/some-fast-spectral-decompositions-in-r/) + + [{surveydown 0.3.0}](https://surveydown.org/blog/2024-09-18-new-app-design/): New architecture in v0.3.0 (and loads of breaking changes)! ++ [Seal of Approval: collapse](https://rdatatable-community.github.io/The-Raft/posts/2024-09-21-seal_of_approval-collapse/) + ### R in the Real World + [A Bayesian Plackett-Luce model in Stan applied to pinball championship data](https://sumsar.net/blog/bayesian-plackett-luce-model-pinball-competition/) @@ -36,14 +40,6 @@ This week’s release was curated by [Tony ElHabr](https://tonyelhabr.rbind.io/) + [Exploding, Impacting: looking at bioRxiv preprint view dynamics with R](https://quantixed.org/2024/09/24/exploding-impacting-looking-at-biorxiv-preprint-view-dynamics-with-r/) -### R in Organizations - - - -### R in Academia - - - ### Resources + [Descriptive statistics by hand](https://statsandr.com/blog/descriptive-statistics-by-hand/) @@ -58,34 +54,36 @@ This week’s release was curated by [Tony ElHabr](https://tonyelhabr.rbind.io/) + [{dsld} 0.2.2](https://matloff.wordpress.com/2024/09/23/new-r-package-data-science-looks-at-discrimination-dsld/): Data Science Looks at Discrimination -**Bioconductor** ++ [{xmlwriter} 0.1.1](https://cran.r-project.org/package=xmlwriter): Fast and Elegant XML Generation ++ [{geocomplexity} 0.1.0](https://cran.r-project.org/package=geocomplexity): Mitigating Spatial Bias Through Geographical Complexity ++ [{dotwhisker} 0.8.3](https://cran.r-project.org/package=dotwhisker): Dot-and-Whisker Plots of Regression Results -**GitHub or Bitbucket** ++ [{hexDensity} 1.4.4](https://cran.r-project.org/package=hexDensity): Fast Kernel Density Estimation with Hexagonal Grid ++ [{literanger} 0.1.1](https://cran.r-project.org/package=literanger): Random Forests for Multiple Imputation Based on 'ranger' ### 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) - - -### Gist & Cookbook - ++ [{Lahman} 12.0-0](https://cran.r-project.org/package=Lahman): Sean 'Lahman' Baseball Database - [diffify](https://diffify.com/R/Lahman) ++ [{broom} 1.0.7](https://cran.r-project.org/package=broom): Convert Statistical Objects into Tidy Tibbles - [diffify](https://diffify.com/R/broom) -### Shiny Apps ++ [{httr2} 1.0.5](https://cran.r-project.org/package=httr2): Perform HTTP Requests and Process the Responses - [diffify](https://diffify.com/R/httr2) ++ [{feasts} 0.4.1](https://cran.r-project.org/package=feasts): Feature Extraction and Statistics for Time Series - [diffify](https://diffify.com/R/feasts) ++ [{DescTools} 0.99.57](https://cran.r-project.org/package=DescTools): Tools for Descriptive Statistics - [diffify](https://diffify.com/R/DescTools) -### R Internationally ++ [{rio} 1.2.3](https://cran.r-project.org/package=rio): A Swiss-Army Knife for Data I/O - [diffify](https://diffify.com/R/rio) +### Videos and Podcasts ++ [Listen to the R-Weekly Highlights Podcast](https://serve.podhome.fm/r-weekly-highlights) ### Tutorials @@ -140,5 +138,14 @@ Events in 3 Months: ### rtistry +

Here is my #viz for the #TidyTuesday challenge—W40. This one is about the Chess Game Dataset (Lichess). +. +🔗: stevenponce.netlify.app/data_visuali... +. +#rstats | #r4ds | #dataviz | #ggplot2

[image or embed]

— Steven Ponce (@sponce1.bsky.social) September 25, 2024 at 5:03 AM
+ +

I've not done #tidytuesday in a longggg time and this week's dataset on dialogues from Shakespeare plays was a nice way to get back into it. Nothing too complicated, just a bump chart tracking the amount of dialogue for major characters. Everything in R with ggplot #dataviz #rstats

[image or embed]

— Aman Bhargava (@aman.bh) September 22, 2024 at 1:21 AM
### Quotes of the Week + +

A quick reminder that if you are scoring/recoding variables using the same logic in #rstats, you can use across() to score those items all at once. pic.twitter.com/KnYbIHKlqZ

— Crystal Lewis (@Cghlewis) September 27, 2024