citHeader("To cite <NAME> in publications use:")

year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", meta$Date)
vers <- meta$Version

bibentry(bibtype = "Manual",
  title        = "orsk: Converting Odds Ratio to Relative Risk in Cohort Studies with Partial Data Information",
  author = c(person("Zhu","Wang", role = c("aut", "cre"),
  email = "zwang145@uthsc.edu")),
  year = year,
  note = paste("{R} package version", vers),
  url = "https://CRAN.R-project.org/package=orsk", 
  key          = "orsk-package",
  textVersion = paste("Zhu Wang (", year, "). orsk: Converting Odds Ratio to Relative Risk in   Cohort Studies with Partial Data Information, ", paste("R      package version", vers), ", https://CRAN.R-project.org/package=orsk", ".",     sep = "")
)
