R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "Quick-Start Guide, Vignettes, and more: tony-aw.github.io/broadcast/",
    "\n", 
    "Found a bug? Please report it to: github.com/tony-aw/broadcast/issues/"
  )
}

Try the broadcast package in your browser

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

broadcast documentation built on Aug. 20, 2026, 9:08 a.m.