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

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

bibentry(
  bibtype    = "Manual",
  title    = "{ROpenCVLite} - Helper package for installing OpenCV with R",
  author   = "Simon Garnier and John Muschelli",
  journal  = "",
  year     = year,
  volume   = "",
  number   = "",
  pages    = "",
  note     = note,
  url      = "https://swarm-lab.github.io/ROpenCVLite/",
  textVersion = paste0(
    "Simon Garnier and John Muschelli (", year, "). ROpenCVLite - Helper package for installing OpenCV with R. ", note, "."
  )
)
