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

bibentry(
  bibtype = "Manual"
  , textVersion = sprintf("Barth, M. (%s). tinylabels: Lightweight variable labels. %s. Retrieved from %s.", year, note, meta$URL)
  , title = "{tinylabels}: Lightweight Variable Labels"
  , author = person("Marius", "Barth")
  , year = year
  , note = note
  , url = meta$URL
)

