ropensci / taxadb

:package: Taxonomic Database
https://docs.ropensci.org/taxadb
Other
43 stars 13 forks source link

remove 'spp.' epithet #121

Closed mattiaghilardi closed 4 months ago

mattiaghilardi commented 4 months ago

This PR closes #120

# remotes::install_github("mattiaghilardi/taxadb", ref = "remove-spp")
taxadb::clean_names(c("Homo sp.", "Homo sp", "Homo sp1", "Homo sps", "Homo spp.", "Homo spp"))
#> [1] "homo" "homo" "homo" "homo" "homo" "homo"

Created on 2024-04-12 with reprex v2.1.0

cboettig commented 4 months ago

Thanks, looks great. Can you please add yourself as a ctb in the DESCRIPTION, a brief mention of this change in NEWS, and a simple test in tests/?