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


citEntry(entry = "Manual",
     author  = personList(as.person("Joe Swintek"),
                  as.person("Kevin Flynn"),
				  as.person("John Haselman")
				   ),				   
	title = "StatCharms",
	year = 2017,

 textVersion = paste(
	 "Swintek, J., Flynn, K., Haselman, J., 2017", "StatCharrms")
)