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

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

citEntry(entry = "Manual",
  title        = "oceanwaves: Ocean Wave Statistics",
  author       = personList(as.person("Luke P. Miller"),
                   as.person("Urs Neumeier")),
  year         = year,
  note         = note,
  url          = "https://github.com/millerlp/oceanwaves",

  textVersion  =
  paste("Luke P. Miller and Urs Neumeier (",year,").",
        "oceanwaves: Ocean Wave Statistics",
        "https://github.com/millerlp/oceanwaves")
)