R/on_load_on_attach.R

Defines functions .onAttach

#' @importFrom utils packageDescription

.onAttach <- function(libname = find.package("ipmr"), pkgname = "ipmr") {

    packageStartupMessage(
      "Welcome to `ipmr`! `browseVignettes('ipmr')` to get started."
    )

}

Try the ipmr package in your browser

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

ipmr documentation built on Feb. 16, 2023, 10:04 p.m.