R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg,...){#nocov start
    options(
        usethis.quiet = TRUE
    )

    if(interactive()) packageStartupMessage(
        paste(
            "\n\033[44m\033[37m",
            "\nWelcome to R6P",
            "\nMore information, vignettes, and guides are available on the R6P project website:",
            "\nhttps://tidylab.github.io/R6P/",
            "\n\033[39m\033[49m",
            sep="")
    )
}#nocov end

Try the R6P package in your browser

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

R6P documentation built on Oct. 3, 2022, 1:05 a.m.