Top 5 R Package Maintainers

[This article was first published on DataCamp Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

The R Community is powered by open course contributions from a wide variety of individuals. Anyone can create and distribute R packages that benefit the R community and make it easier for R users all over the world to work with their code. Some R users, however, take it to the next level. In this post, we’ll highlight the five most active package maintainers as of November 30, 2016*.

Interested in learning more about active maintainers and R packages? Be sure to check out Rdocumentation.org and download the Rdocumentation package today!  

RDocumentation for R programming users, RStudio users, R package authors and more

Visit Rdocumentation.org

1. Hadley Wickham

Dubbed by Priceconomics as the man who revolutionized R, Hadley Wickham is one of the most prolific R contributors and package maintainers today. He has contributed to 86 R packages available on CRAN and 13 available on GitHub. These R packages have earned over 825k direct downloads. If you are familiar with R, you’ve likely already heard about some of his most popular packages like ggplot2 for data visualization, dplyr for data manipulation, tidyr for data tidying and much more. Hadley’s actually made it really easy to access many of these tools with the tidyverse package, which is a set of packages that share common data representations and ‘API’ design. You can check out documentation for all of Hadley’s R packages here. You should also check out his Writing Functions in R course on DataCamp

2. Yihui Xie

Yihui Xie is another prolific package author and maintainer. He’s contributed to 31 R packages available on CRAN and 10 available on GitHub earning him over 130k direct package downloads. He has developed and contributed R code for packages used in reproducible research and reporting including knitr – a general-purpose tool for dynamic report generation in R using Literate Programming techniques. Yihui Xie is also the maintainer of bookdown which can be used to author books and technical documents with R Markdown. On top of these, he is also a contributor for the rmarkdown, shiny, and htmlwidgets packages. You can see more of Yihui Xie’s contributions here

3. Dirk Eddelbuettel

Dirk Eddelbuettel is ranked third on Rdocumentation’s list of most active package maintainers. He has contributed to 58 packages on CRAN and 1 on GitHub earning him over 173k direct downloads to date. One of his most popular packages is Rcpp, which provides R functions as well as C++ classes which offer a seamless integration of R and C++. Dirk is also a contributor for the RPostgreSQL package, which provides a database interface and PostgreSQL driver for R. You can learn more about Dirk’s contributions here

4. Jeroen Ooms

Next on Rdocumentation’s list of most active package maintainers is Jeroen Ooms. Jeroen has contributed to 38 packages on CRAN and 3 packages on GitHub which have received over 150k direct downloads. He actively maintains a variety of familiar packages including jsonlite, a JSON parser and generator built for statistical data and the web. He also contributes to a variety of packages including xml2, which provides a simple interface for interacting with XML files. You can read more about the Jeroen’s R packages here

5. Achim Zeileis

Coming in 5th in Rdocumentation’s list of active package maintainers is Achim Zeileis. Achim has earned over 119k direct downloads from the 42 packages he has contributed to on CRAN. He maintains a wide variety of packages including colorspace for mapping between assorted color spaces and zoo which is helpful for working with irregular time series data. You can learn more about Achim’s R contributions here

* List of most active maintainers is based on a score provided by depsy.org as of 11/30/2016. 


About Rdocumentation 

RDocumentation aggregates help documentation for R packages from CRAN, BioConductor, and GitHub – the three most common sources of current R documentation. RDocumentation.org goes beyond simply aggregating this information, however, by bringing all of this documentation to your fingertips via the RDocumentaion package. The RDocumentation package overwrites the basic help functions from the utils package and gives you access to RDocumentation.org from the comfort of your RStudio IDE. Look up the newest and most popular R packages, search through documentation and post community examples. 

Create an RDocumentation account today!

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Blog.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)