R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  rui::alert("{{br}} is still in its experimental lifecycle stage.")
  rui::alert("Use at your own risk, and submit issues here:")
  rui::alert("{.url https://github.com/rogiersbart/br/issues}")
  invisible()
}
rogiersbart/br documentation built on Jan. 3, 2021, 10:33 a.m.