R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(paste(
        "\nThank you for using APackOfTheClones v",
        utils::packageVersion("APackOfTheClones"), "\n\n",

        "if you use this package in your paper/study, please cite with\n",
        "`citation('APackOfTheClones')`\n",
        sep = ""
    ))
}

Try the APackOfTheClones package in your browser

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

APackOfTheClones documentation built on Oct. 11, 2024, 1:08 a.m.