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


citEntry(
  entry = "Misc",
  title = "{kazaam}: Tools for Tall Distributed Matrices",
  author = personList(as.person("Drew Schmidt"),
                      as.person("Wei-Chen Chen"),
                      as.person("Mike Matheson"),
                      as.person("George Ostrouchov")),
  year = year,
  note = note,
  url = "https://cran.r-project.org/package=kazaam",
  textVersion = NULL,
  key = "kazaam"
)

citEntry(
  entry = "Manual",
  title = "Guide to the {kazaam} Package",
  author = personList(as.person("Drew Schmidt")),
  year = year,
  note = "{R} package vignette",
  url = "https://cran.r-project.org/package=kazaam",
  textVersion = NULL,
  key = "kazaamVignette"
)
