citHeader("Please cite the following works when using the 'haldensify' software
           package, including both the software tool and any articles
           describing the statistical methodology.")

year <- format(Sys.Date(), "%Y")
note <- sprintf("R package version %s", meta$Version)

bibentry(bibtype = "Manual",
         title = "{haldensify}: Highly adaptive lasso conditional density estimation",
         author = c(person("Nima S", "Hejazi"),
                    person("David", "Benkeser"),
                    person("Mark J", "van der Laan")),
         year = year,
         note = note,
         doi = "10.5281/zenodo.3698329",
         url = "https://github.com/nhejazi/haldensify")
