Skip to content

[Bioc-devel] Workflows

3 messages · Wolfgang Huber, Dan Tenenbaum

#
----- Original Message -----
The builder simply notes any package that you invoke with library() or require() and then it creates a package and makes sure these packages are all added as dependencies in the DESCRIPTION file.

Dan
#
Dear Dan

Thanks. What is the recommended procedure for people wanting to run the workflow on their own computer? (E.g. for teaching).
Or even to prevent them from doing odd things like using the wrong versions of R and packages?

Best wishes
Wolfgang






Il giorno Sep 29, 2014, alle ore 21:32 GMT+2, Dan Tenenbaum <dtenenba at fhcrc.org> ha scritto:
#
----- Original Message -----
You can download the generated package from the website, and the purl'ed (knitr's Stangle) vignette will be in inst/doc.
If you install the package as suggested on its workflow page (i.e. http://www.bioconductor.org/help/workflows/arrays/) it should take care of this.

Dan