citHeader("To cite actuar in publications use:")

p1 <- person("Christophe", "Dutang")
p2 <- person("Vincent", "Goulet", email = "vincent.goulet@act.ulaval.ca")
p3 <- person("Mathieu", "Pigeon")

citEntry(entry="Article",
         title = "actuar: An R Package for Actuarial Science",
         author = personList(p1, p2, p3),
         journal = "Journal of Statistical Software",
	 year = 2008,
	 volume = 25,
	 number = 7,
	 pages = 1--37,
	 url = "https://www.jstatsoft.org/v25/i07",

         textVersion =
	 paste("C. Dutang, V. Goulet and M. Pigeon (2008).",
	       "actuar: An R Package for Actuarial Science.",
	       "Journal of Statistical Software, vol. 25, no. 7, 1-37.",
	       "URL http://www.jstatsoft.org/v25/i07")
)

citFooter("We have invested a lot of time and effort in creating actuar,",
          "please cite both the package and R when using them for data analysis.",
	  "See also", sQuote("citation()"),
	  "for citing R.")
