citHeader("Kindly cite the mnis R package as follows:")

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

bibentry(bibtype = "Manual",
         title = "{mnis}: Easy Downloading Capabilities for the Members' Name Information Service",
         author = c(person("Evan", "Odell")),
         year = year,
         note = note,
         doi = "10.5281/zenodo.591287",
         url = "https://cran.r-project.org/package=mnis")
