citHeader("Kindly cite the helsinki R package as follows:")

citEntry(entry="misc",
         title = "helsinki R package",
         author = personList(
     person(given ="Juuso", family="Parkkinen", email = "juuso.parkkinen@iki.fi"),
     person(given ="Leo", family="Lahti"),
	   person(given ="Joona", family="Lehtomaki")
         ),
	 journal = "",
	 year = "2014",
         textVersion =
         paste("(C) Juuso Parkkinen, Leo Lahti and Joona Lehtomaki 2014.",
               "helsinki R package",
               sep=" ")
         )

citFooter("\nMany thanks for all contributors! For more info, see: https://github.com/rOpenGov/helsinki")
