R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(
        cli::cli_h1("This is the Well-Plate Maker package."),
        cli::cli_text("If you want to use the shiny application, then simply run: {.fn wpm}.",
                "If you want to see the Tutorial vignette and use WPM in command line, run: {.code browseVignettes('wpm')}.")

    )
}

Try the wpm package in your browser

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

wpm documentation built on Nov. 8, 2020, 5:34 p.m.