R/zzz.R

Defines functions .onAttach

#' @export
.onAttach <- function(libname, pkgname) {
  # to show a startup message
  packageStartupMessage("The PurIST interface is loading")
}
naimurashid/runPURIST documentation built on Dec. 5, 2020, 2:16 a.m.