May 14, 2026
Director of Statistical Programs, University of Idaho
Professor Emeritus of Statistics, University of Iowa
package.skeleton() function (still available) to bundle it up
Rd files, etc.=” rather than “<-”)
PROC PLS (SAS v9.3)emmeans::cld()
Source: ROpenSci’s R Universe
Step zero: read about package maintenance tools (e.g devtools, lintr, styler, CRAN guides, R Packages \(2^{nd}\), and R OpenSci recommendations. This can be intimidating.
Step one: answer issues to understand how the userbase interacts with the package, what problems do exist, and learn how to respond to different types of requests.
Step two: make an easy package fixes or improvements (e.g. replace aes_ with aes) and learn how to test them. Learn how to use testhat and write a unit test.
Step three: do more complex fixes: I added functionality for specifying quantile-based credible intervals for Bayesian models in response to a feature request.
Step four: collaborate with Russ on more complex thing (we overhauled plot aesthetics)
Some requests:
Internal or external