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 microservices",
            "\nMore information, vignettes, and guides are available on the microservices project website:",
            "\nhttps://tidylab.github.io/microservices/",
            "\n\033[39m\033[49m",
            sep="")
    )
}#nocov end

Try the microservices package in your browser

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

microservices documentation built on Oct. 1, 2022, 5:07 p.m.