R/references.R

Defines functions .onLoad

#' @importFrom Rdpack reprompt
.onLoad <- function(lib, pkg) {
  Rdpack::Rdpack_bibstyles(package = pkg, authors = "LongNames")
  invisible(NULL)
}

Try the kDGLM package in your browser

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

kDGLM documentation built on April 4, 2025, 4:44 a.m.