R/zzz.R

Defines functions release_questions .onAttach

.onAttach <- function(libname,pkgname){

  packageStartupMessage("You are now using PLETHEM")

}
release_questions <- function() {
  c(
    "Have you set the run_type to 'prod' in all server.R files?"
  )
}
ScitoVation/plethem documentation built on Oct. 1, 2020, 3:37 a.m.