R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  ru_quotes <- c(
    # paste("Now sissy that walk", emo::ji("dancing")),
    paste("Now sissy that walk"),
    #paste("She done already done had herses", emo::ji("partying")),
    paste("She done already done had herses"),
    # paste("The library is now open", emo::ji("book")))
    paste("The library is now open"))
  greeting <- sample(ru_quotes, 1)
  packageStartupMessage(greeting)
}

Try the dragracer package in your browser

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

dragracer documentation built on May 10, 2022, 1:05 a.m.