Skip to content
Prev 842 / 12125 Next

[R-pkg-devel] Getting a package ready for CRAN - some questions

On Mon, May 30, 2016 at 7:10 PM, Roy Mendelssohn - NOAA Federal
<roy.mendelssohn at noaa.gov> wrote:
Yes.
You definitely do not want to install packages when running a vignette.

Given that ggfortify has been archived
(https://cran.r-project.org/web/packages/ggfortify/index.html), I'd
recommend using a different package (maybe broom?).
You shouldn't be downloading data in a vignette. Can you make a
separate data package that just bundles the data?

Hadley