R/zzz.R

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste("biwavelet", 
          utils::packageDescription("biwavelet",
                                    field="Version"),
          "loaded."),
    appendLF = TRUE)
}

Try the biwavelet package in your browser

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

biwavelet documentation built on May 2, 2019, 5:10 p.m.