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


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

bibentry(bibtype = "Manual",
         title = "{GNE}: computation of generalized Nash Equilibria",
         author = c(person("Dutang", "Christophe")),
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=GNE")


