citHeader("To cite SciViews-R in publications use:")

citEntry(entry="Manual",
         title = "SciViews-R: A GUI API for R",
         author = "Philippe Grosjean",
         organization = "UMons",
         address      = "MONS, Belgium",
         year         = version$year,
         url          = "http://www.sciviews.org/SciViews-R",

         textVersion =
         paste("Grosjean, Ph. (", version$year, "). ",
               "SciViews: A GUI API for R. ",
               "UMONS, Mons, Belgium. ",
               "URL http://www.sciviews.org/SciViews-R.",
               sep="")
         )

citFooter("We have invested a lot of time and effort in creating SciViews-R,",
          "please cite it when using it together with R.",
	  "See also", sQuote("citation()"),
	  "for citing R.")
