Skip to content
Prev 8612 / 21312 Next

[Bioc-devel] Vignette building fails

I tried to build your vignettes on my own computer, but they are taking too long. From

  http://bioconductor.org/developers/package-guidelines/#correctness

the time limit for checking a package (which includes running the vignette code, though not building the vignette) is 5 minutes. Do your vignettes take a lot of time to build?

If so, you should first identify the slow portion of your code and attempt to vectorize it; ask here for help if needed.

You should then construct examples for use in your vignette that are sufficiently realistic to shine a favorable light on the full richness of your software, but easily computed within the available time.

Martin