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

citHeader("The following are references to the package. You should also reference the individual methods used, as detailed in the reference section of the help files for each function.")

bibentry(bibtype="Manual",
  title = "{mvLSW}: Multivariate, Locally Stationary Wavelet Process Estimation",
  author = c(
    person("Simon", "Taylor"),
    person("Tim","Park"),
    person("Idris","Eckley"),
    person("Rebecca","Killick")),
  year = year,
  url = "https://CRAN.R-project.org/package=mvLSW",
  note = note,
)

citFooter('To get Bibtex entries use: x <- citation("mvLSW"); toBibtex(x)')