R/hellomessage.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  version <- utils::packageDescription(pkgname, fields = "Version")

  msg <- paste0("=========================================================================================
", pkgname, " version ", version, "
Project URL: https://github.com/PrinceWang2018/SEAA
Reference URL: https://github.com/PrinceWang2018/SEAA_reference
If you use it in published research, please cite:
Wang et al., (2021). SEAA: Splicing Efficiency Analysis and Annotation (to be published)
=========================================================================================
                       --Tomorrow will be more beautiful! ^_^--")
  base::packageStartupMessage(msg)
}

Try the SEAA package in your browser

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

SEAA documentation built on Sept. 19, 2021, 9:07 a.m.