R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  
    packageStartupMessage("|--------------------------------------------------------------------------------------------------------|\n",
                          "|                                                                                                        |\n",
                          "|   Note: The name of the 'miRsponge' package has been changed into 'miRspongeR', please download        |\n",
                          "|   miRspongeR package and obtain the source from Github: https://github.com/zhangjunpeng411/miRspongeR. |\n",
                          "|                                                                                                        |\n",
                          "|--------------------------------------------------------------------------------------------------------|\n")
  
}

Try the miRsponge package in your browser

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

miRsponge documentation built on May 6, 2019, 2:04 a.m.