Package: taxastand Title: Taxonomic Name Standardization Version: 2.0.0 Authors@R: person(given = "Joel", family = "Nitta", role = c("aut", "cre"), email = "joelnitta@gmail.com", comment = c(ORCID = "0000-0003-4719-7472")) Description: Standardizes taxonomic names by matching species names to entries in a user-supplied reference taxonomy, then resolving synonyms to their accepted names. Fuzzy matching on parsed name components (genus, epithet, author, infraspecific rank, etc.) allows for orthographic differences between the query and reference names. This facilitates reproducible joining of datasets that use different taxonomic synonyms for the same species. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://joelnitta.github.io/taxastand/, https://github.com/joelnitta/taxastand BugReports: https://github.com/joelnitta/taxastand/issues Imports: assertthat, digest, dplyr, fs, glue, magrittr, tibble, tidyr Roxygen: list( markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet")) Depends: R (>= 4.1.0) Suggests: covr, rmarkdown, knitr, roxyglobals (>= 1.0.0), testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://joelnitta.r-universe.dev Date/Publication: 2026-07-24 08:28:30 UTC RemoteUrl: https://github.com/joelnitta/taxastand RemoteRef: HEAD RemoteSha: cb58b513593a21ab99bc8e6e0dc1b0e6802dacf1 NeedsCompilation: no Packaged: 2026-07-24 10:42:32 UTC; root Author: Joel Nitta [aut, cre] (ORCID: ) Maintainer: Joel Nitta