citHeader("To cite inbreedR in publications please refer to our article:")

citEntry(entry = "Article",
         title        = "inbreedR: An R package for the analysis of inbreeding based on genetic markers",
         author       = personList(as.person("Martin A. Stoffel"),
                                   as.person("Mareike Esser"),
                                   as.person("Marty Kardos"),
                                   as.person("Emily Humble"),
                                   as.person("Hazel Nichols"),
                                   as.person("Patrice David"),
                                   as.person("Joseph I. Hoffman")),
         journal      = "Methods in Ecology and Evolution",
         year         = "2016",
         doi          = "10.1111/2041-210X.12588",
         url = "https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12588",
         
         textVersion  =
             paste("Stoffel, M. A., Esser, M., Kardos, M., Humble, E., Nichols, H., David, P., & Hoffman, J. I. (2016). inbreedR: An R package for                     the analysis of inbreeding based on genetic markers. Methods in Ecology and Evolution.")
         
)