Nothing
.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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.