This week in R (2024-10-11)
Happy Friday everyone! Here's some news from the world of R this week:
r_downloads <- cranlogs::cran_downloads("R", when = "last-month")
old_old_versions <- r_downloads |>
dplyr::filter(stringr::str_detect(version, "^[32]"))
sum(old_old_versions$count)
#> [1] 1203
sum(old_old_versions$count) / sum(r_downloads$count)
#> [1] 0.001489366
New versions:
I post updates like this every week so if you're interested feel free to follow. Comment below if there's something interesting you found out this week too!
Thank you for sharing the fs post. It's kind of an absurd bit of writing, but I had fun with it :)
Award winning Data Scientist | Project Manager | Scientific Communicator
5 个月Thanks Chris Brownlie for the mention! Was a really stimulating session and great to see the diverse range in usages of R and Shiny