citHeader("To cite AdhereRViz in publications use:")

year <- format(Sys.Date(), "%Y")
vers <- paste("R package version", meta$Version)

bibentry(bibtype = "Manual",
  title        = "AdhereRViz: Interactive visualisations for AdhereR.",
  author       = c(person(given="Dan" ,family="Dediu"),
                   person(given="Alexandra L." , family="Dima"),
                   person(given="Samuel", family="Allemann")),
  year         = year,
  note         = vers,

  textVersion  =
  paste0("Dediu D, Dima AL, Allemann S (",year,"). ",
         "AdhereRViz: Interactive visualisations for AdhereR. ",
         vers,
         ".")
)

