histoRicalg: The effort to document historic and historical numerical algorithms in R

[This article was first published on R – Strange Attractors, 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.

R LogoRecently, the R-consortium accepted a new project called histoRicalg. The main goal of the project is to document and transfer knowledge of some older algorithms used by R and by other computational systems. There is a lot of R written in Fortran—much of which is in the old F77 format—and in C whose original implementations themselves may have been in older languages. It is worthwhile to trace the provenance of these routines in its own right. Firstly, to understand how the code evolved. Secondly, to transfer much of the compiled wisdom and experience of those who wrote these algorithms to a new generation of statisticians, programmers, and analysts. Reviewing the evolution of these algorithms becomes even more valuable when it unearths potential or actual bugs, as was recently seen in nlm() and in optim::L-BFGS-B.

To that purpose, Dr. John C. Nash, well-known for his contributions to R and the general statistical knowledge-base, recently started this project. Project members do not have to be academics or expert programmers—I certainly am neither! Rather, anyone who is interested in helping document how these fundamental algorithms came to be and what may be done to make them better is enthusiastically invited. Younger R users, statisticians, programmers, or anyone willing to learn about the methods that underlie the computations in R are especially welcome. This relates directly to the one of the project’s first goals, which is to create a “Working Group on Algorithms Used in R” focused on identifying and prioritizing algorithmic issues and developing procedures for linking older and younger workers. The project is being hosted on Gitlab, where there is a wiki and already near a dozen vignettes on various R functions. For more information, or to sign up, people are invited to contact Dr. Nash directly or via the project’s mailing list. Looking forward to seeing you there soon!

The post histoRicalg: The effort to document historic and historical numerical algorithms in R appeared first on Strange Attractors.

To leave a comment for the author, please follow the link and comment on their blog: R – Strange Attractors.

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)