citHeader("To cite Spotfire S+ in publications use:")

citEntry(entry="Manual",
         title = "Spotfire S+ User's Guide",
         author = person(last="TIBCO Software Inc."),
         organization = "TIBCO Software Inc.",
         year         = version$year,
         url          = "http://spotfire.tibco.com",
         
         textVersion = 
         paste("TIBCO Software Inc. (", version$year, "). ", 
               "Spotfire S+ User's Guide. ",
               "TIBCO Software Inc. ",
               "http://spotfire.tibco.com",
               sep="")
         )

citFooter("See also", sQuote("citation(\"pkgname\")"),
	  "for citing Spotfire S+ packages.")
