citHeader("To cite glogis in publications use")

## R >= 2.8.0 passes package metadata to citation().
if(!exists("meta") || is.null(meta)) meta <- packageDescription("glogis")
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

citEntry(entry = "Manual",
         title = "{glogis}: Fitting and Testing Generalized Logistic Distributions",
         author = personList(as.person("Achim Zeileis"), 
	                     as.person("Thomas Windberger")),
         year = year,
         note = note,
         url = "http://CRAN.R-project.org/package=glogis",

         textVersion =
         paste("Achim Zeileis, Thomas Windberger",
   	       sprintf("(%s).", year),	 
               "glogis: Fitting and Testing Generalized Logistic Distributions.",
	       paste(note, ".", sep = ""),
               "URL http://CRAN.R-project.org/package=glogis")
)

citEntry(entry = "Article",
  title        = "Structural Breaks in Inflation Dynamics within the European Monetary Union",
  author       = personList(as.person("Thomas Windberger"), 
		   as.person("Achim Zeileis")),
  journal      = "Eastern European Economics",
  year         = "2014",
  note         = "Forthcoming",
#  volume       = "VV",
#  number       = "II",
#  pages        = "1--n",
#  doi	       = "1234/56789",
  
  textVersion  = 
  paste("Thomas Windberger, Achim Zeileis (2014).", 
	"Structural Breaks in Inflation Dynamics within the European Monetary Union.",
 	"Eastern European Economics, forthcoming."),
	
  header       = "If you use maximum likelihood inference for the generalized logistic distribution, please cite:"
)
