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 developing a {targets}-like package for Nix pipelines. Having already developed the {rix} package for using Nix in R for increased reproducibility, {rixpress} is the new extension of that which can enable polyglot analytics pipelines - with some of your steps in R and some in Python, for example. Exciting times!
  • Release the Package: Julia Silge has produced a video going through the process of submitting an R package to CRAN. The tutorial focusses on the Positron IDE and highlights aspects which might be useful, but also will be very useful to anyone thinking of developing and sharing packages on CRAN.
  • Give it your best plot: there are 10 days left in the Grupo de R de Asturias' 4th Data Visualisation competition! There is a monetary prize, and anyone can send in a plot created using R - the data this time around is the school dataset from the {collegeScorecard} package. If you fancy having a go at creating an awesome visualisation, check out the competition repository here.
  • Fun and games: Frank Hull has created a turn-based RPG game using some of the coolest new R tools and packages. The {crias} game package uses S7, {ellmer} and ollama to generate a game where you lead a herd of animals on an adventure. A creative application of some of the cool packages the R community has produced in recent times.

  • Quiz:?what will be the output of the below and why? How could you 'fix' it to get the output that most people would expect?

# Initialise an empty list
fns <- list()

# Create simple functions to return i
for (i in 1:3) {
  fns[[i]] <- function() i
}

# What will be the output of each function?
fns[[1]]()
fns[[2]]()
fns[[3]]()        

New versions:

  • {chromote} v0.5.0 - new features for setting virtual window size of headless Chrome browsers and use of different versioned binaries.

  • {mirai} v2.2.0 - including the update that {mirai} is now one of the official base R parallel cluster types.

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!

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

Chris Brownlie的更多文章

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

    2 条评论