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

citEntry(entry="Manual",
         title = "SciViews-R: A GUI API for R",
         author = "Philippe Grosjean",
         organization = "UMH",
         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. ",
               "UMH, 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.")
