citHeader("To cite the scoup package in publications use:")

citEntry(entry = "manual",
         title  = "scoup: Simulate Codon Sequences with Darwinian Selection
                  Incorporated as an Ornstein-Uhlenbeck Process",
         author = personList(as.person("Hassan Sadiq")),
         note   = "Bioconductor/R Package",
         year   = "2024",
         doi = "10.18129/B9.bioc.scoup",
         textVersion = 
          paste("Sadiq, H.. (2024)",
                "scoup: Simulate Codon Sequences with Darwinian Selection
                Incorporated as an Ornstein-Uhlenbeck Process",
                "Bioconductor/R Package"))

citEntry(entry = "article",
         title = "scoup: Simulate Codon Sequences with Darwinian Selection
                 Incorporated as an Ornstein-Uhlenbeck Process",
         author = personList(person(first="Hassan", last="Sadiq"),
                             person(first="Darren", middle="P", last="Martin")),
         journal = "Journal of Open Source Software",
         year = "2026",
         volume = "11",
         number = "119",
         pages = "9797",
         doi = "10.21105/joss.09797",
         url = "",
         textVersion = 
          paste("Sadiq, H and Martin, DP. (2026)",
                "scoup: Simulate Codon Sequences with Darwinian Selection
                Incorporated as an Ornstein-Uhlenbeck Process",
                "Journal of Open Source Software", "11(119)", "9797",
                "DOI: 10.21105/joss.09797"))
