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

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

bibentry(bibtype = "Manual",
         title = "{zoid}: Bayesian zero-and-one inflated Dirichlet regression modelling for compostional data",
         author = c(person("Eric J.", "Ward"),
                    person("Alexander J.", "Jensen"),
                    person("Ryan P.", "Kelly"),
                    person("Andrew O.", "Shelton"),
                    person("William H.", "Satterthwaite")
                    ),
         year = year,
         note = note,
         url = "https://nwfsc-cb.github.io/zoid/")

