citHeader("To cite taxize in publications use at least the first, if not both:")

citEntry(entry = "Article",
   title          = "taxize - taxonomic search and retrieval in R",
   journal		    = "F1000Research",
   author         = personList(person("Scott Chamberlain"), person("Eduard Szocs")),
   year           = "2013",
   url            = "http://f1000research.com/articles/2-191/v2",

   textVersion  =
   paste("Scott Chamberlain and Eduard Szocs (2013).",
        "taxize - taxonomic search and retrieval in R.",
        "F1000Research, 2:191. URL: http://f1000research.com/articles/2-191/v2.")
)

citEntry(entry = "Manual",
  title   = "taxize: Taxonomic information from around the web",
  author  = "Scott Chamberlain, Eduard Szoecs, Zachary Foster, Zebulun Arendsee, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, James O'Donnell, Jari Oksanen, Bastian Greshake Tzovaras, Philippe Marchand, Vinh Tran, Maëlle Salmon, Gaopeng Li, and Matthias Grenié",
  year    = "2019",
  note    = "R package version 0.9.9",
  url     = "https://github.com/ropensci/taxize",

  textVersion =
  paste("Scott Chamberlain, Eduard Szoecs, Zachary Foster, Zebulun Arendsee, Carl Boettiger, Karthik Ram, Ignasi Bartomeus, John Baumgartner, James O'Donnell, Jari Oksanen, Bastian Greshake Tzovaras, Philippe Marchand, Vinh Tran, Maëlle Salmon, Gaopeng Li, and Matthias Grenié. (2019) taxize: Taxonomic information from around the web. R package version 0.9.9. https://github.com/ropensci/taxize")
)

