What are good example R packages written using runit or roxygen?
Posted
by PaulHurleyuk
on Stack Overflow
See other posts from Stack Overflow
or by PaulHurleyuk
Published on 2010-03-23T07:47:18Z
Indexed on
2010/03/23
9:43 UTC
Read the original article
Hit count: 263
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?
© Stack Overflow or respective owner