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

citEntry(entry  = "Manual",
         title  = "The ScottKnott Clustering Algoritm.",
         author = "Enio G. Jelihovschi,
                   Jos Cludio Faria,
                   Ivan Bezerra Allaman",
         organization = "Universidade Estadual de Santa Cruz - UESC",
         address      = "Ilheus, Bahia, Brasil",
         year         = version$year,

         textVersion =
         paste("Jelihovschi, E.G; Faria, J.C and Allaman, I.B (", version$year, ").",
               "The ScottKnott Clustering Algoritm.",
               "UESC, Ilheus, Brasil.",
               sep="")
         )

citFooter("Lots of time and effort were invested in creating ScottKnott package.",
          "Please, cite it when using it together with R.",
          "See also", sQuote("citation()"),
          "for citing R.")
