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

bibentry(bibtype = "Manual",
         title = "{hybridModels}: an R package for stochastic simulation of disease spreading in dynamic networks",
         author = c(person("Marques", "Fernando S"),
                    person("Amaku", "Marcos"),
                    person("Grisi Filho", "Jose H H")),
         year = year,
         note = note,
         url = "https://github.com/fernandosm/hybridModels")