citHeader("To cite unifir in publications please use:")

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

bibentry(bibtype = "Manual",
         title = "{unifir}: A Unifying API for Calling Unity from R",
         author = person("Michael", "Mahoney"),
         year = year,
         note = note,
         url = "https://github.com/ropensci/unifir")

 textVersion = paste0("Michael J Mahoney, (", year, ").",
  " unifir: A Unifying API for Calling Unity from R. ",
  note, ".",
  "")
