R/epi.about.R

"epi.about" <- function()
{
  cat("\n")
  cat("-----------------------------------------------------------\n")
  ver <- packageDescription("epiR", lib.loc = NULL, fields = "Version")
  cat(paste("epiR version", ver))
  cat("\n")
  cat("Tools for the Analysis of Epidemiological Data")
  cat("\n")
  cat("See http://fvas.unimelb.edu.au/veam for details.")
  cat("\n")
  cat("-----------------------------------------------------------\n")
  invisible()
}

Try the epiR package in your browser

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

epiR documentation built on Nov. 20, 2023, 9:06 a.m.