vers <- paste("R package version", meta$Version)

citHeader("If you find this tool useful for your research, please cite Aberer ",
          "et al. (2013) (underlying algorithm) and, if possible, Smith (2021) ",
          "(R interface).")


citEntry(entry = "Article",
        title = "Pruning Rogue Taxa Improves Phylogenetic Accuracy: An Efficient Algorithm and Webservice",
        author = personList(as.person("Andre J. Aberer"),
                            as.person("Denis Krompass"),
                            as.person("Alexandros Stamatakis")),
        year = 2013,
        doi = "10.1093/sysbio/sys078",
        journal = "Systematic Biology",
        volume = 62,
        pages = "162-166",
        number = 1,

        textVersion =
        paste0("A.J. Aberer, D. Krompass, A. Stamatakis (2013): Pruning Rogue Taxa Improves Phylogenetic Accuracy: An Efficient Algorithm and Webservice, Systematic Biology 62(1): 162-166, doi:10.1093/sysbio/sys078"))

citEntry(entry = "Manual",
        title = "Rogue: Identify Rogue Taxa in Sets of Phylogenetic Trees",
        author = personList(as.person("Martin R. Smith")),
        year = 2021,
        doi = "10.5281/zenodo.5037327",
        journal = "Zotero",

        textVersion =
        paste0("M.R. Smith (2021): Rogue: Identify Rogue Taxa in Sets of Phylogenetic Trees, Zotero, doi:10.5281/zenodo.5037327"))
