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

bibentry(bibtype = "Manual",
         title = "{gofCopula}: Goodness-of-Fit Tests for Copulae",
         author = c(person("Ostap", "Okhrin"),
                    person("Simon", "Trimborn"),
                    person("Shulin", "Zhang"),
                    person("Qian M.", "Zhou")),
         year = year,
         note = note,
         url = "https://cran.r-project.org/package=gofCopula")