https://github.com/cran/ape
Raw File
Tip revision: 390386e67f9ff6cd8e6e523b7c43379a1551c565 authored by Emmanuel Paradis on 13 August 2020, 04:20:14 UTC
version 5.4-1
Tip revision: 390386e
CITATION
citHeader("To cite ape in a publication please use:")

citEntry(entry="Article",
	title = "ape 5.0: an environment for modern phylogenetics and evolutionary analyses in {R}",
        author = personList(as.person("E. Paradis"), as.person("K. Schliep")),
	journal = "Bioinformatics",
  	year = "2019",
	volume = "35",
	pages = "526-528",

        textVersion = "Paradis E. & Schliep K. 2019. ape 5.0: an environment for modern phylogenetics and evolutionary analyses in R. Bioinformatics 35: 526-528.")

citFooter("As ape is evolving quickly, you may want to cite also its version number (found with 'library(help = ape)' or 'packageVersion(\"ape\")').")
back to top