    desc <- packageDescription(pkg = "relaimpo")

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

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

         textVersion =
         paste("Ulrike Grmping (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:", desc$Version, "\n", "\n", "License:", desc$License))
