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

bibentry(bibtype = "article",
         title = "The harmonic mean p-value for combining dependent tests",
         author = "Daniel J. Wilson",
         journal="{Proceedings of the National Academy of Sciences U.S.A.}",
         volume="116",
         number="4",
         pages="1195--1200",
         year="2019",
         publisher="National Academy of Sciences U.S.A.",
         url = "https://www.pnas.org/content/116/4/1195")

bibentry(bibtype = "Manual",
         title = "{harmonicmeanp}: Harmonic Mean p-Values and Model Averaging by Mean Maximum Likelihood",
         author = "Daniel J. Wilson",
         year = year,
         note = note,
         url = "https://CRAN.R-project.org/package=harmonicmeanp")
