https://github.com/cran/bayestestR
Raw File
Tip revision: c349b1125b413a50f124f780f408b9e3f7167af3 authored by Dominique Makowski on 24 July 2024, 14:10:02 UTC
version 0.14.0
Tip revision: c349b11
zzz.R
.onAttach <- function(libname, pkgname) {
  if (format(Sys.time(), "%m%d") == "0504") {
    packageStartupMessage("May the fourth be with you!")
  }
}
back to top