citHeader("To cite package 'gamboostLSS' in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- paste("{R} package version", meta$Version)

citEntry(
  entry="Manual",
  title = "{gamboostLSS}: Boosting Methods for {GAMLSS} Models",
  author = personList(as.person("Benjamin Hofner"),
		      as.person("Andreas Mayr"),
		      as.person("Nora Fenske"),
		      as.person("Matthias Schmid")),
  year = year,
  note = vers,
  url = "http://CRAN.R-project.org/package=gamboostLSS",
  textVersion =
  paste("B. Hofner, A. Mayr, N. Fenske and M. Schmid (", year,
	"). gamboostLSS: Boosting Methods for GAMLSS Models, ",
	vers, ", http://CRAN.R-project.org/package=gamboostLSS", ".",
	sep="")
)

citEntry(
  entry="Article",
  title = "{gamboostLSS}: An {R} Package for Model Building and Variable Selection in the {GAMLSS} Framework",
  author   =  personList(as.person("Benjamin Hofner"),
                         as.person("Andreas Mayr"),
                         as.person("Matthias Schmid")),
  journal  = "Journal of Statistical Software",
  year	   = "2015",
  note     = "Accepted.",
  header   = "To cite the package and the tutorial in publications use:",
  textVersion =
    paste("Hofner, B., A. Mayr, and M. Schmid (2015).",
          "gamboostLSS: An R Package for Model Building and Variable Selection in the GAMLSS Framework.",
          "Journal of Statistical Software. Accepted.")
)


citEntry(
  entry="Article",
  title = "Generalized additive models for location, scale and shape for high-dimensional data - a flexible approach based on boosting",
  author   =  personList(as.person("Andreas Mayr"),
                         as.person("Nora Fenske"),
                         as.person("Benjamin Hofner"),
                         as.person("Thomas Kneib"),
                         as.person("Matthias Schmid")),
  journal  = "Journal of the Royal Statistical Society, Series C - Applied Statistics",
  year	   = "2012",
  volume   =  "61",
  number   =  "3",
  pages	   =  "403--427",
  header   = "To cite the theory of 'gamboostLSS' use:",
  textVersion =
    paste("Mayr, A., N. Fenske, B. Hofner, T. Kneib and M. Schmid (2012).",
          "Generalized additive models for location, scale and shape for high-dimensional data - a flexible approach based on boosting.",
          "Journal of the Royal Statistical Society, Series C - Applied Statistics, 61(3): 403-427.")
)


citFooter('\nUse ', sQuote('toBibtex(citation("gamboostLSS"))'), ' to extract BibTeX references.')
