Skip to content
Prev 754 / 12125 Next

[R-pkg-devel] Data-generating scripts in R packages

On Tue, 22 Mar 2016, Kevin Coombes <kevin.r.coombes at gmail.com> writes:
If the script is short, you could wrap it in \dontrun{...}
and put it into the Examples section of the Rd file that
describes the data. In this way people can quickly find the
code when they look up the data's documentation.


Kind regards
    Enrico