Displaying 1 result from an estimated 1 matches for "yeastanno".
2010 Feb 24
1
build, data and vignettes
...check PKGNAME_VERSION.tar.gz
the package passes R CMD check! Presumably because R CMD check
installs the package first.
This took me a long time to track down (inspired by a recent addition
of dataset to the Bioconductor package Genominator and a subsequent
failed build - specifically the dataset yeastAnno.sources and the
vignette withShortRead.Rnw). I am using lazy loading (in case it
matters, which I don't think it does).
It seems like the relevant fix is to include pdf versions of the
vignette(s) in inst/doc.
On one hand I can see why the build fails. And the fix is easy. But
just thought...