R/zzz.R

## ".onLoad" <- function(lib, pkg) {
##     packageStartupMessage("diveMove ",
##                           utils::packageVersion("diveMove"),
##                           " loaded")
## }

".onAttach" <- function(lib, pkg)
{
    version <- utils::packageVersion("diveMove")
    packageStartupMessage("This is diveMove ", version,
                          ". For overview type vignette(\"diveMove\")",
                          appendLF=TRUE)
}

Try the diveMove package in your browser

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

diveMove documentation built on Nov. 10, 2022, 5:11 p.m.