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

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

citEntry(entry="Manual",
  title = "texreg: Conversion of {R} Regression Output to {\\LaTeX} Tables",
  author = as.person("Philip Leifeld"),
  year = year,
  note = vers,
  organization = paste("Swiss Federal Institute of Aquatic Science",
    "and Technology (Eawag)"),
  address = "Duebendorf, Switzerland",
  textVersion = paste("Leifeld, Philip (", year, "). texreg: Conversion of R ", 
    "Regression Output to LaTeX Tables. Swiss Federal Institute of Aquatic ",
    "Science and Technology (Eawag), Duebendorf, Switzerland. ", vers, ".", 
    sep=""),
  url = "http://CRAN.R-project.org/package=texreg"
)
