R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  pkgname <- "keyATM"
  pd <- utils::packageDescription(pkgname);
  packageStartupMessage(pkgname, " ", pd$Version, 
                        " successfully loaded.",
                        "\n Papers, examples, resources, and other materials are at",
                        "\n https://keyatm.github.io/keyATM/");
}

Try the keyATM package in your browser

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

keyATM documentation built on May 31, 2023, 6:27 p.m.