citHeader("If you use 'LambertW' in your publication please cite the 'LambertW' R package as well as the Lambert W x F articles in Annals of Applied Statisics and / or The Scientific World Journal:")

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

citEntry(entry = "Manual",
         title = "LambertW: Probabilistic Models to Analyze and Gaussianize Heavy-Tailed, Skewed Data",
         author = personList(as.person("Georg M. Goerg")),
         year = year,
         note = vers,
         textVersion =
         paste0("Georg M. Goerg (",
                year,
                "). LambertW: An R package for Lambert W x F Random Variables. ",
                vers, "."))

citEntry(entry = "article",
         title = "Lambert W random variables - a new family of generalized skewed distributions with applications to risk estimation",
         author = personList(as.person("Georg M. Goerg")),
         year = "2011",
	 journal = "Annals of Applied Statistics",
         volume = "5",
         number = "3",
         pages = "2197-2230",
         textVersion =
         paste0("Georg M. Goerg (2011): Lambert W random variables - a new family of generalized skewed distributions with applications to risk estimation. Annals of Applied Statistics 3(5). 2197-2230."))

citEntry(entry = "article",
         title = "The Lambert Way to Gaussianize heavy-tailed data with the inverse of Tukey's h transformation as a special case",
         author = personList(as.person("Georg M. Goerg")),
         year = "2014",
   journal = "The Scientific World Journal: Special Issue on Probability and Statistics with Applications in Finance and Economics",
         volume = "?",
         number = "?",
         pages = "??",
         textVersion =
         paste0("Georg M. Goerg (2014): The Lambert Way to Gaussianize heavy-tailed data with the inverse of Tukey's h transformation as a special case. The Scientific World Journal."))
