R/zzz.R

Defines functions .onAttach

# This file contains the extra features for the initial load

# Welcome message
.onAttach <- function(libname, pkgname) {
    packageStartupMessage(paste("-----------------------",
                                "                      ",
                                "Welcome to volcano3D!",
                                "                      ",
                                "-----------------------", sep="\n"))
}
KatrionaGoldmann/volcano3D documentation built on Aug. 28, 2023, 7:39 a.m.