Tools for R programmers
Testing
- testthat: testing framework for R.
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.