bibentry(bibtype = "Article",
         title        = "How to partition diversity",
         author       = c(person(given = "Richard",
                                 family = "Reeve"),
                          person(given = "Tom",
                                 family = "Leinster"),
                          person(given = "Christina",
                                 family = "Cobbold"),
                          person(given = "Jill",
                                 family = "Thompson"),
                          person(given = "Neil",
                                 family = "Brummitt"),
                          person(given = "Sonia",
                                 family = "Mitchell"),
                          person(given = "Louise",
                                 family = "Matthews")),
         journal      = "arXiv",
         year         = "2016",
         volume       = "1404.6520 [q-bio.QM]",

         header       = "To cite the rdiversity framework in publications use:",
         textVersion  =
           paste("R. Reeve, T. Leinster, C. Cobbold, J. Thompson, N. Brummitt,",
                 "S. Mitchell and L. Matthews. 2016. How to partition diversity.",
                 "arXiv:1404.6520 [q-bio.QM].")
)

bibentry(bibtype = "Manual",
         title        = "rdiversity",
         author       = c(person(given = "Sonia",
                                 family = "Mitchell"),
                          person(given = "Richard",
                                 family = "Reeve"),
                          person(given = "Tom",
                                 family = "White")),
         year         = "2022",
         note         = "R package version 2.2",
         url          = "https://github.com/boydorr/rdiversity",

         header       = "To cite the rdiversity package directly use:",
         textVersion  =
           paste("Sonia Mitchell, Richard Reeve and Tom White (2022). rdiversity.",
                 "R package version 2.2. https://github.com/boydorr/rdiversity")
)
