citHeader("To cite the mgcViz package in publications use:")

citEntry(entry = "Article", 
         author = personList(as.person("Matteo Fasiolo"), as.person("Raphael Nedellec"), 
                           as.person("Yannig Goude"), as.person("Simon N. Wood") ),
         title = "Scalable visualisation methods for modern Generalized Additive Models.", 
         journal = "Arxiv preprint", 
         year = 2018, 
         url = "https://arxiv.org/abs/1707.03307", 
         textVersion=paste(
			       "Fasiolo M., Nedellec R., Goude Y. and Wood S. N. (2018)",
			       "Scalable visualisation methods for modern Generalized Additive Models.", 
			       "ArXiv preprint arXiv:1809.10632."
			       ))
			       
citFooter("As mgcViz is often updated, you may want to cite its version number. Find it with 'help(package=mgcViz)'.")
