Need substitute for @example
Closed this issue · 1 comments
hughjonesd commented
@doctest
doesn't play nice with @example path-to-R-code.R
. Perhaps there should be a @doctestInclude
tag to include roxygen? Or a @doctestExample
to include raw R code?
hughjonesd commented
Now we have @doctestExample
. Ideally we might want this to become @doctestInclude
and to parse the file for more doctests.