citHeader("To cite MOTE in publications, please use:")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{MOTE: Measure of the Effect}: Package to assist in effect size calculations and their confidence intervals",
         author = c(person("Erin M.", "Buchanan"),
                    person("Amber", "Gillenwaters"),
                    person("John E.", "Scofield"),
                    person("K.D.", "Valentine")),
         year = year,
         note = note,
         url = "http://github.com/doomlab/MOTE")
