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

citHeader("To cite pbdBASE in a publication use:")


citEntry(
  entry = "Misc",
  title = "{pbdBASE}: pbdR Base Wrappers for Distributed Matrices",
  author = personList(as.person("Drew Schmidt"),
                      as.person("Wei-Chen Chen"),
                      as.person("Sebastien Lamy de la Chapelle"),
                      as.person("George Ostrouchov"),
                      as.person("Pragneshkumar Patel")),
  year = year,
  note = note,
  url = "https://cran.r-project.org/package=pbdBASE",
  textVersion = NULL,
  key = "pbdBASEpackage"
)

citEntry(
  entry = "Manual",
  title = "A Quick Guide for the {pbdBASE} Package",
  author = personList(as.person("Drew Schmidt"),
                      as.person("Wei-Chen Chen"),
                      as.person("George Ostrouchov"),
                      as.person("Pragneshkumar Patel")),
  year = year,
  note = "{R} package vignette",
  url = "https://cran.r-project.org/package=pbdBASE",
  textVersion = NULL,
  key = "pbdBASEvignette"
)
