R/zzz.R

Defines functions .onAttach

#' @title Start up message
#' @importFrom utils citation
#' @keywords internal
#' @noRd
.onAttach <- function(...) {
  packageStartupMessage("\nType 'citation(\"TestDimorph\")' for citing this R package in publications.")
}

Try the TestDimorph package in your browser

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

TestDimorph documentation built on Nov. 18, 2023, 1:11 a.m.