R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg,...){
    try(
        packageStartupMessage(
            paste(
                "\n",
                "Welcome to ddd\n",
                "\n",
                "More information is available on the ddd project website:\n",
                "https://tidylab.github.io/ddd/\n",
                "\n",
                sep="")
        )
    )
}
tidylab/ddd documentation built on Jan. 6, 2021, 8:16 a.m.