R/test.R

Defines functions test .onAttach

Documented in test

#' @title test
#' @description test
#' @author Xiaotao Shen
#' \email{shenxt1990@@163.com}
#' @param x x
#' @param y y
#' @return x+y
#' @export

test <- function(x, y){
  x + y
}



.onAttach <- function(libname, pkgname) {
packageStartupMessage("analysisReport version 1.1,
which is used for MetDNA 1.1.
Author: Jasper Shen.
Maintainer: Jasper Shen (shenxt1990@163.com).
News:
o Change the logo.")
}

packageStartupMessage("analysisReport version 1.1,
which is used for MetDNA 1.1.
Author: Jasper Shen.
Maintainer: Jasper Shen (shenxt1990@163.com).
News:
o Change the logo.")
jaspershen/analysisReport documentation built on May 23, 2019, 9:01 p.m.