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
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
NeedsCompilation: no
Packaged: 2025-07-28 19:57:47 UTC; fosterz
Author: Scott Chamberlain [aut] (ORCID:
    <https://orcid.org/0000-0003-1444-9135>),
  Zachary Foster [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-5075-0948>)
Maintainer: Zachary Foster <zacharyfoster1989@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-28 20:10:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:00:50 UTC; windows
