Package: taxa Type: Package Title: Classes for Storing and Manipulating Taxonomic Data Description: Provides classes for storing and manipulating taxonomic data. Most of the classes can be treated like base R vectors (e.g. can be used in tables as columns and can be named). Vectorized classes can store taxon names and authorities, taxon IDs from databases, taxon ranks, and other types of information. More complex classes are provided to store taxonomic trees and user-defined data associated with them. Version: 0.4.4 Authors@R: c( person("Scott", "Chamberlain", role = "aut", email = "myrmecocystus+r@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Zachary", "Foster", role = c("aut", "cre"), email = "zacharyfoster1989@gmail.com", comment = c(ORCID = "0000-0002-5075-0948")) ) Depends: R (>= 3.0.2), vctrs LazyLoad: yes Encoding: UTF-8 License: MIT + file LICENSE URL: https://docs.ropensci.org/taxa/, https://github.com/ropensci/taxa BugReports: https://github.com/ropensci/taxa/issues Roxygen: list(markdown = TRUE) Imports: dplyr, magrittr, tibble, rlang, stringr, crayon, utils, pillar, methods, viridisLite, cli Suggests: roxygen2 (>= 6.0.1), testthat, rmarkdown (>= 0.9.6) RoxygenNote: 7.3.2 X-schema.org-applicationCategory: Taxonomy X-schema.org-keywords: taxonomy, biology, hierarchy Config/pak/sysreqs: libicu-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-07-28 20:21:36 UTC RemoteUrl: https://github.com/ropensci/taxa RemoteRef: master RemoteSha: f8cc3ab7084d86e983c075e22f48a425205eae57 NeedsCompilation: no Packaged: 2026-06-14 07:30:52 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Zachary Foster [aut, cre] (ORCID: ) Maintainer: Zachary Foster