if(!exists("meta") || is.null(meta)) meta <- packageDescription("RobLoxBioC")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

citHeader("To cite package RobLoxBioC in publications use:")

citEntry(entry="Manual",
         title = "RobLoxBioC: Infinitesimally robust estimators for preprocessing omics data",
         author = personList(as.person("M. Kohl")),
         language = "English",
         year = year,
         note = note,
         type = "R package",
         url = "http://robast.r-forge.r-project.org/",
         textVersion = paste("Kohl, M.",
                             sprintf("(%s).", year),
                             "RobLoxBioC: Infinitesimally robust estimators for preprocessing omics data.",
                             paste(note, ".", sep = ""),
                             "URL http://robast.r-forge.r-project.org/"))
