Skip to content
Prev 1552 / 12125 Next

[R-pkg-devel] Fwd: Re-creating vignettes after update of data or different mechanism to create reports?

Hi Rainer,

thanks for the explanation. You probably already considered this - but you
could version-bump the analysis package with every data package update (and
make the latest data package the minimum requirement). Given how large the
data package is - the overhead of an analysis package version bum seems
small. Then people would update the analysis package - which would trigger
the data package update and the vignette would be built correctly.

That being said - how exactly this would work may also depend on how you
plan to host this large package (CRAN would likely not accept it).
Bioconductor on the other hand requires version bumps for every package for
every release anyway - so this concurs with my suggestion.

Best

Holger
On Thu, May 11, 2017 at 2:43 PM, Rainer Krug <Rainer at krugs.de> wrote: