Learn R Programming

rafalib (version 1.0.0)

install_bioc: Install or update Bioconductor and CRAN packages

Description

This is function simply a wrapper for biocLite. It first sources the code from the Bioconductor site then calls biocLite.

Usage

install_bioc(...)

Arguments

...

arguments passed on to biocLite

Author

Rafael A. Irizarry

Details

Note that once you run this function in a session, you no longer need to call since you can call biocLite directly.