citHeader("To cite package ‘matsbyname’ in publications use:")

citEntry(entry = "Manual",
  title        = "matsbyname: An Implementation of Matrix Mathematics",
  author       = personList(as.person("Matthew Kuperus Heun")),
  year         = "2019",
  note         = "R package version 0.4.10",
  url          = "https://CRAN.R-project.org/package=matsbyname",

  textVersion  =
  paste("Matthew Kuperus Heun (2019).",
        "matsbyname: An Implementation of Matrix Mathematics.",
        "R package version 0.4.10.",
        "https://CRAN.R-project.org/package=matsbyname")
)