Can anyone suggest any good example R packages written using runit or roxygen
- by PaulHurleyuk
Hello all,
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.
Can anyone suggest any packages (either on CRAN or elsewhere) that use either of these tools well ?