R/hooks.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(paste("{tradgames} is superseded by {ppdf}",
                                '`remotes::install_github("piecepackr/ppdf")`',
                                sep = "\n"))
}
piecepackr/tradgames documentation built on Oct. 24, 2023, 3:41 a.m.