citHeader("To cite mwaved in publications, please use:")

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

bibentry(bibtype = "Manual",
         title = "{mwaved}: Multichannel wavelet deconvolution with additive long memory noise",
         author = c(person(given = "Justin", family = "Wishart", middle = "Rory", email = "justin.wishart@mq.edu.au")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=mwaved")
