inst/templates/R/zzz.R

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

    try(
        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
harell/microservices documentation built on March 2, 2021, 3:15 a.m.