What are good example R packages written using runit or roxygen?
- by PaulHurleyuk
I'm writing an R package that's going to be used by others, so I'm trying to get this one right! I want to use roxygen for documentation and runit for unit testing, but I haven't used them before.
What packages exist (either on CRAN or elsewhere) that use either of these tools well?