Skip to content
Prev 2282 / 12125 Next

[R-pkg-devel] Fixed for messages

On Mon, Jan 8, 2018 at 7:31 AM, Roy Mendelssohn - NOAA Federal
<roy.mendelssohn at noaa.gov> wrote:
Yes, add it to Suggests.

  or do I need to do something specific in the Vignette.  Or is this
just a question that winbuild hasn't installed it yet in the
development version and I can ignore it for now?
It most likely depend on 'webshot' indirectly through some of your
package dependencies.  So, add this one too to Suggests.

As far as I understand it, the new R-devel tests basically tests your
package with the minimal setup of packages (a "sandboxed" .libPaths())
inferred from you DESCRIPTION (by excluding Suggests of the packages
you depend on, which is where I think 'webshot' lives).

/Henrik