BiocStyle::markdown()
library(knitr)

Modified: 03 march, 2017
Compiled: r date()

The goal of this package is to avoid having to source the bioLite script from Bioconductor's web site every time I want to install a Bioconductor package or when I want to update all my packages.

Installation

require(devtools)
devtools::install_github("CharlesJB/bioc")

Usage

library(bioc)
bioc() # To update all packages
bioc("metagene") # To install a Bioconductor or CRAN package

The bioc package also works with CRAN:

bioc("tidyverse")


CharlesJB/bioc documentation built on May 6, 2019, 9:58 a.m.