R/SiteReader.R

Defines functions getBiocLiteLib

# We need to do this to load up the libraries to start with
# library(devtools)
# load_all('~/dev/Rgator/')

getBiocLiteLib <- function(dbname) {
  if ( ! suppressWarnings(require(dbname,character.only=TRUE,quietly=TRUE))) {
    biocLite(dbname)
  }
}
CopenhagenCenterForGlycomics/Rgator documentation built on March 4, 2024, 2:41 a.m.