R/firstlib.R

Defines functions .onAttach

#' @import affy
#' @importFrom BiocGenerics normalize
#' @importFrom graphics par
#' @importFrom graphics plot
#' @importFrom graphics lines
#' @importFrom parallel mclapply
#' @importFrom stats sd
#' @importFrom stats rnorm
#' @importFrom stats dchisq
#' @importFrom stats dgamma
#' @importFrom stats rgamma
#' @importFrom stats optim
#' @importFrom stats na.omit
#' @importFrom utils read.csv
#' @importFrom utils sessionInfo

.onAttach <- function(lib, pkg)
{
   packageStartupMessage("\nRPA Copyright (C) 2008-2017 Leo Lahti. See http://microbiome.github.io/\n")
}

Try the RPA package in your browser

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

RPA documentation built on Nov. 8, 2020, 7:47 p.m.