citHeader("Please cite the package as follows:")

citEntry(entry="misc",
         title = "microbiome R package",
         author = personList(
	 	person(given ="Leo", family="Lahti", email = "leo.lahti@iki.fi"),
	 	person(given ="Sudarshan", family="Shetty"),		
	 	person(given ="Tineka", family="Blake"),
	 	person(given ="Jarkko", family="Salojarvi")		
	 	  ),
	 journal = "",
	 year = "2012-2017",
         textVersion =
         paste("Leo Lahti et al. 
	        microbiome R package. 
	        URL: http://microbiome.github.io",
                sep=" ")
         )


