R/99-zzz.R

Defines functions .onAttach .onLoad

.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)
}

Try the bregr package in your browser

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

bregr documentation built on June 28, 2025, 5:06 p.m.