R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg,...){#nocov start
    if(interactive()) packageStartupMessage(
            paste(
                "\n\033[44m\033[37m",
                "\nWelcome to usethis2",
                "\nMore information, vignettes, and guides are available on the usethis2 package website:",
                "\nhttps://tidylab.github.io/usethis2/",
                "\n\033[39m\033[49m",
                sep="")
    )
}#nocov end

Try the usethis2 package in your browser

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

usethis2 documentation built on Aug. 10, 2021, 5:07 p.m.