This week in R (2025-01-10)

This week in R (2025-01-10)

Happy Friday everyone and Happy New Year! Here's some news from the world of R this week:

  • Mess Management: Jadey Ryan has recorded a video with accompanying blog post explaining how to automate folder management using the {fs} package. The tutorial has code snippets and explains how to manage common hurdles like different cases, file separators and extensions, and how to automate cleaning up a messy folder.
  • How much R in R: Isabella Velásquez has written an article looking into how much of core R is written in R. The short post uses a shell script to look at the number of lines of code in each of the three languages that compose R (R itself, C and Fortran). How much of R do you think is R? Take a guess and check out Isabella's findings!
  • Target Practice: Danielle Navarro has published a blog post looking into the popular {targets} package for analysis pipelines. The article looks at three different use cases for {targets} and shares some learnings around how to get the most out of it. I can safely say I'm starting to get excited about using it in some of my own projects now!
  • Shiny Resolutions: Jakub Sobolewski has put together a list of learning resources for becoming a better engineer. The materials span across software engineering and design, test driven development and UI/UX design. There is a mix of websites, books and articles so I'd recommend browsing the list to see what you find useful.

  • Did you know:?a common beginner mistake is overlooking R's partial argument matching - what would you expect to happen with the below? Why?

library(dplyr)

iris |>
  mutate(
         .a = Sepal.Width * 2,
         .b = Sepal.Width * 3,
         .c = Sepal.Width * 4,
         .d = Sepal.Width * 5
  )        

New versions:

  • {ellmer} v0.1.0 - Hadley Wickham's (newly renamed) package for calling LLMs in R has been released to CRAN with various improvements.

  • {collapse} 2.0.19 - bug fixes and a new developer-focussed vignette for developing with {collapse}.

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!

Isabella V.

Sr. Product Marketing Manager at Posit PBC

2 个月

Thank you for sharing the lil core R post!! ??

Claire Turner-Tait

Senior Product Manager - Verifications at Experian

2 个月

Wouldn’t be a Friday without this!

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

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 条评论

社区洞察

其他会员也浏览了