This week in R (2024-10-11)

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 :)

Gareth Burns

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

要查看或添加评论,请登录

Chris Brownlie的更多文章

  • This week in R (2025-03-21)

    This week in R (2025-03-21)

    Happy Friday everyone! Here's some news from the world of R this week: Polyglot Pipelines: Bruno Rodrigues has started…

  • This week in R (2025-03-14)

    This week in R (2025-03-14)

    Happy Friday everyone! Here's some news from the world of R this week: Pick your poison: Albert Rapp has written a blog…

    5 条评论
  • This week in R (2025-03-07)

    This week in R (2025-03-07)

    Happy Friday everyone! Here's some news from the world of R this week: Upshelling: Lukas Burk has written a blog post…

  • This week in R (2025-02-28)

    This week in R (2025-02-28)

    Happy Friday everyone! Here's some news from the world of R this week: Air it out: Davis Vaughan and Lionel Henry have…

    1 条评论
  • This week in R (2025-02-21)

    This week in R (2025-02-21)

    Happy Friday everyone! Here's some news from the world of R this week: Guid-AI-nce: Luis D. Verde Arregoitia has…

    3 条评论
  • This week in R (2025-02-14)

    This week in R (2025-02-14)

    Happy Friday everyone! Here's some news from the world of R this week: Academic Paper Interfaces: Stephen Turner has…

    5 条评论
  • This week in R (2025-02-07)

    This week in R (2025-02-07)

    Happy Friday everyone! Here's some news from the world of R this week: Conference calls: There are some big R…

    2 条评论
  • This week in R (2025-01-31)

    This week in R (2025-01-31)

    Happy Friday everyone! Here's some news from the world of R this week: In need of some assistants: Simon Couch has…

    1 条评论
  • This week in R (2025-01-24)

    This week in R (2025-01-24)

    Happy Friday everyone! Here's some news from the world of R this week: Quickr and quickr: Thomas Kalinowski (maintainer…

    1 条评论
  • This week in R (2025-01-17)

    This week in R (2025-01-17)

    Happy Friday everyone! Here's some news from the world of R this week: ShinyConf returns: ShinyConf 2025 is a few…

    3 条评论

社区洞察

其他会员也浏览了