Skip to content

Tools for R programmers

Testing

Software deployment

  • usethis: takes care of repetitive task associated with package setup and R development more generally.

Language interoperability

  • Rcpp: allows you to write C++ code that can be called from R.