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?"
  )
}

Try the plethem package in your browser

Any scripts or data that you put into this service are public.

plethem documentation built on Nov. 8, 2020, 4:35 p.m.