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

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

citEntry(entry="Manual",
         title = "RobLox: Optimally robust influence curves and estimators for location and scale",
         author = personList(as.person("M. Kohl"),
                             as.person("P. Ruckdeschel")),
         language = "English",
         year = year,
         note = note,
         type = "R package",
         url = "http://robast.r-forge.r-project.org/",
         textVersion = paste("Kohl, M., and Ruckdeschel, P.",
                             sprintf("(%s).", year),
                             "RobLox: Optimally robust influence curves and estimators for location and scale.",
                             paste(note, ".", sep = ""),
                             "URL http://robast.r-forge.r-project.org/"))
