R/009.setup.R

Defines functions .setupAromaCn

.setupAromaCn <- function(pkg, ...) {
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # Patches
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # None at the moment.

  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # Bioconductor package aroma.light
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  # require("aroma.light") - install if missing
  ns <- getNamespace("aroma.core")
  .requireBiocPackage <- get(".requireBiocPackage", envir=ns)
  .requireBiocPackage("aroma.light", neededBy=getName(pkg))
} # .setupAromaCn()

Try the aroma.cn package in your browser

Any scripts or data that you put into this service are public.

aroma.cn documentation built on July 21, 2022, 1:05 a.m.