R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
    if (!interactive()) return()

    # get semirandom number without messing with the seed
    trigger <- (as.numeric(Sys.time()) %% 100) <= 5

    if (trigger) packageStartupMessage("Trans rights are human rights.")
}

Try the rcdo package in your browser

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

rcdo documentation built on June 8, 2025, 12:36 p.m.