Skip to content

Commit

Permalink
split current and former members to separate lists and update for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Dec 5, 2024
2 parents 8d459d7 + ff45a32 commit e050cc5
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions chapters/r_core_developers.qmd
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
# R Core Developers {#CoreDev}

This page lists the former and current members of the R Core team who have write access to the R source.
This page lists the current and former members of the R Core Team who have write access to the R source.

* Brian Ripley (present)
* Deepayan Sarkar (present)
* Douglas Bates (present)
* Duncan Murdoch (up to September 2017)
* Duncan Temple Lang (present)
* Friedrich Leisch (present)
* Guido Masarotto (up to June 2003)
* Heiner Schwarte (up to October 1999)
* John Chambers (present)
* Kurt Hornik (present)
* Luke Tierney (present)
* Martin Maechler (present)
* Sebastian Meyer (present)
Current members of the R Core Team:

* [John Chambers](https://datascience.stanford.edu/people/john-chambers)
* [Peter Dalgaard](www.cbs.dk/en/staff/pdmes)
* [Robert Gentleman](https://en.wikipedia.org/wiki/Robert_Gentleman_(statistician))
* [Kurt Hornik](https://statmath.wu.ac.at/~hornik/software.html)
* [Ross Ihaka](https://en.wikipedia.org/wiki/Ross_Ihaka)
* [Tomas Kalibera](https://github.com/kalibera)
* [Michael Lawrence](https://github.com/lawremi)
* [Uwe Ligges](https://www.statistik.tu-dortmund.de/~ligges/)
* [Thomas Lumley](https://github.com/tslumley)
* [Martin Maechler](https://people.math.ethz.ch/~maechler/)
* [Sebastian Meyer](https://www.imbe.med.fau.de/lehrstuhl/sebastian-meyer/)
* [Paul Murrell](https://www.stat.auckland.ac.nz/~paul/)
* [Martyn Plummer](https://warwick.ac.uk/fac/sci/statistics/staff/academic-research/plummer/)
* [Brian Ripley](https://www.stats.ox.ac.uk/~ripley/)
* [Deepayan Sarkar](https://www.isid.ac.in/~deepayan/)
* [Duncan Temple Lang](https://www.stat.ucdavis.edu/~duncan/)
* [Luke Tierney](https://stat.uiowa.edu/people/luke-tierney)
* [Simon Urbanek](https://urbanek.info/)

Former members of the R Core team:

* Friedrich Leisch (up to April 2024)
* Douglas Bates (up to March 2024)
* Martin Morgan (up to June 2021)
* Martyn Plummer (present)
* Michael Lawrence (present)
* Paul Murrell (present)
* Peter Dalgaard (present)
* Robert Gentleman (present)
* Ross Ihaka (present)
* Duncan Murdoch (up to September 2017)
* Seth Falcon (up to August 2015)
* Simon Urbanek (present)
* Stefano lacus (up to July 2014)
* Thomas Lumley (present)
* Tomas Kalibera (present)
* Uwe Ligges (present)

View the [affiliations of R Core members](). We've left it up to the individual core developers to list areas of expertise (or things they are willing to maintain) if they wish.
<!-- TODO add URL to bios, perhaps on the R project website -->
* Guido Masarotto (up to June 2003)
* Heiner Schwarte (up to October 1999)

The [Contributors page on the R Project website](https://www.r-project.org/contributors.html) also lists contributors, outside the R Core team, who provided invaluable help by donating code, bug fixes, and documentation.
The [Contributors page on the R Project website](https://www.r-project.org/contributors.html) also lists specific contributors outside the R Core Team who have provided invaluable help by donating code, bug fixes, and documentation.

0 comments on commit e050cc5

Please sign in to comment.