citHeader("To cite mefa in a publication use:")

citEntry(entry="Article",
         title = "Processing Ecological Data in {R} with the {mefa} Package",
         author = person(last = "S\\'{o}lymos", first = "P\\'{e}ter", email = "solymos@ualberta.ca"),
         journal      = "Journal of Statistical Software",
         year         = "in press",
         volume       = "XX",
         number       = "XX",
         url          = "http://www.jstatsoft.org/XXX",

         textVersion = 
         paste("Solymos, Peter (in press).", 
               "Processing Ecological Data in R with the mefa Package.",
               "Journal of Statistical Software XX(XX).",
               "URL http://www.jstatsoft.org/XXX.")
        )

citFooter("You may want to cite also the version number:",
        utils::packageDescription("mefa", field="Version"))
