R/zzz.R

Defines functions .onAttach

#Package version checking
.onAttach <- function(libname = find.package("dispRity"), pkgname = "dispRity") {
    packageStartupMessage(paste0("       --- dispRity package ---\nThis is the CRAN release version (1.7.0) of the package.\nFor news, vignettes and future releases,\nvisit https://github.com/TGuillerme/dispRity\n"))
}

Try the dispRity package in your browser

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

dispRity documentation built on Aug. 9, 2022, 5:11 p.m.