citHeader("To cite multicastR in publications, please use")

citEntry(entry     = "InProceedings",
		 title     = "{multicastR}: A companion to the Multi-CAST collection",
		 author    = as.person("Nils Norman Schiborr"),
		 booktitle = "Multi-CAST: Multilingual Corpus of Annotated Spoken Texts",
		 editor    = personList(as.person("Geoffrey Haig"), as.person("Stefan Schnell")),
		 year      = "2018",
		 url       = "https://CRAN.R-project.org/package=multicastR",
		 note	   = sprintf("R package version %s", meta$Version),

		 textVersion = paste("Schiborr, Nils N. 2018.",
		 					 "multicastR: A companion to the Multi-CAST collection.",
		 					 paste0(sprintf("R package version %s", meta$Version), "."),
		 					 "In Haig, Geoffrey & Schnell, Stefan (eds.),",
		 					 "Multi-CAST: Multilingual Corpus of Annotated Spoken Texts.",
		 					 "(https://CRAN.R-project.org/package=multicastR)")
)
