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

bibentry(bibtype = "Manual",
         title = "{netdiffuseR}: Analysis of Diffusion and Contagion Processes on Networks",
         author = c(
          person("George", "Vega Yon"),
          person("Stephanie", "Dyal"),
          person("Timothy", "Hayes"),
          person("Thomas", "Valente")),
         year = year,
         note = note,
         url = "https://github.com/USCCANA/netdiffuseR")
