install_package: Install a package from CRAN, BioConductor, or GitHub
Description
Install a package from CRAN, BioConductor, or GitHub
Usage
install_package(mypkg, type)
Arguments
mypkg
the name of the package you want to install
type
the type of the package, type 1 means the package comes from CRAN, type 2 packages are from BioConductor, type 3 packages are from GitHub and type 4 packages are by default part of R.