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

citEntry(entry  = "Manual",
         title  = "GAD: General ANOVA Design",
         author = "Author: Leonardo Sandrini-Neto, Mauricio G. Camargo",
         organization = "Centro de Estudos do Mar da Universidade Federal do Parana (Brazil)",
         address      = "Av. Beira-mar S/N. Pontal do Parana (PR) - Brazil",
         year         = version$year,
         textVersion = 
         paste("Sandrini-Neto, L. & Camargo, M.G. (", version$year, ").",
               "GAD (General ANOVA Design): an R package for ANOVA designs from the general principles. Available on CRAN.",
               sep="")
         )

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