| website | https://dirk.eddelbuettel.com |
| github | https://github.com/eddelbuettel |
Even simpler with an `awk` file such as
svn log | awk '/r[0-9]+ / {print $3}'
after which we directly get the svn committers to tabulate. Next time :)
Reproducing the Rousseeuw Prize citation ordering with a few lines of #Rstats code from an older blog post.
And once again sincere congratulations for an award so well deserved.
The 2026 Rousseeuw Prize for Statistics has been awarded to the R Project.
The 2026 laureates are Brian Ripley, Martin Maechler, Kurt Hornik, Peter Dalgaard, and Luke Tierney who have made the longest sustained contribution to #RStats. Half of the $1m prize money is awarded to the laureates and half to the rest of the Core Team.
PSA: The #rstats "newbies" queue is up at 180 packages. A possible record?
Run `ciw.r --newbies --lines 200 --max 200` on the command-line (with pagination at 200), or `ciw::ciw("newbies", max_age=200)` from R (with #data.table pagination printing).
See https://cran.r-project.org/package=ciw for more.