R/zzz.R

Defines functions .onAttach

###
### R routines for the R package dlmtree (c)
#


.onAttach <-
  function(lib, pkg) {
    #
    ################################################################################
    #
    meta <- packageDescription("dlmtree")
    attachmsg <- paste("This is dlmtree ",meta$Version,
                       ". For details visit https://danielmork.github.io/dlmtree/.",
                       sep="")
    packageStartupMessage(attachmsg, domain = NULL, appendLF = TRUE)
  }

Try the dlmtree package in your browser

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

dlmtree documentation built on June 22, 2024, 10:05 a.m.