citHeader("To cite relaimpo in publications use:")

if(!exists("meta") || is.null(meta)) meta <- packageDescription("relaimpo")
year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("R package version", meta$Version)
url = "http://CRAN.R-project.org/package=relaimpo"

bibentry(bibtype="Article",
         title = "Relative Importance for Linear Regression in R: The Package relaimpo",
         author = c(as.person("Ulrike Groemping")),
         journal      = "Journal of Statistical Software",
         year         = "2006",
         volume       = "17",
         number       = "1",
         pages        = "1--27",

         textVersion =
         paste("Ulrike Groemping (2006).",
               "Relative Importance for Linear Regression in R: The Package relaimpo.",
               "Journal of Statistical Software, 17(1), 1--27.")
)

citFooter(paste("Your version of package relaimpo:", vers, "\n", "\n"))