Nothing
.onLoad <- function(...) {
S7::methods_register()
}
.onAttach <- function(libname, pkgname) {
version <- packageDescription(pkgname, fields = "Version")
msg <- paste0("Welcome to 'bregr' package!
=======================================================================
", "You are using ", pkgname, " version ", version, "
Project home : https://github.com/WangLabCSU/bregr
Documentation: https://wanglabcsu.github.io/bregr/
Cite as : arXiv:2110.14232
=======================================================================
")
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.