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

citEntry(
  entry = "Misc",
  title = "{argon2}: Secure Password Hashing",
  author = personList(as.person("Drew Schmidt")),
  year = year,
  note = note,
  url = "https://cran.r-project.org/package=argon2",
  textVersion = NULL,
  key = "argon2Package"
)
