Package: taxadb
Version: 0.3.0
Title: A High-Performance Taxonomic Database Interface
Description: Provides fast access to many commonly used taxonomic authorities
             in a uniform Darwin Core format. Tables are read directly from
             versioned Parquet snapshots, streamed from cloud storage or from a
             local copy, and queried with familiar 'dplyr' verbs.
Authors@R: c(
            person("Carl", "Boettiger", , "cboettig@gmail.com", c("aut", "cre"),
                   comment = c(ORCID = "0000-0002-1642-628X")),
            person("Kari", "Norman", role= "aut",
                   comment = c(ORCID = "0000-0002-2029-2325")),       
            person("Jorrit", "Poelen", role ="aut", 
                   comment = c(ORCID="0000-0003-3138-4118")),
            person("Scott", "Chamberlain", role ="aut", 
                   comment = c(ORCID="0000-0003-1444-9135")),
            person("Noam", "Ross", , "ross@ecohealthalliance.org", role ="ctb",
                   comment = c(ORCID = "0000-0002-2136-0000")),
            person("Mattia", "Ghilardi", role ="ctb",
                   comment = c(ORCID = "0000-0001-9592-7252"))
            )
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.0)
Imports: DBI, duckdb, tibble, dplyr, dbplyr, rlang, magrittr, stringi
Suggests: spelling, testthat, curl, knitr, rmarkdown, crayon, withr
Language: en-US
VignetteBuilder: knitr
URL: <https://docs.ropensci.org/taxadb/>,
        <https://github.com/ropensci/taxadb>
BugReports: https://github.com/ropensci/taxadb/issues
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-30 23:39:09 UTC; jovyan
Author: Carl Boettiger [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1642-628X>),
  Kari Norman [aut] (ORCID: <https://orcid.org/0000-0002-2029-2325>),
  Jorrit Poelen [aut] (ORCID: <https://orcid.org/0000-0003-3138-4118>),
  Scott Chamberlain [aut] (ORCID:
    <https://orcid.org/0000-0003-1444-9135>),
  Noam Ross [ctb] (ORCID: <https://orcid.org/0000-0002-2136-0000>),
  Mattia Ghilardi [ctb] (ORCID: <https://orcid.org/0000-0001-9592-7252>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-31 16:20:02 UTC
Built: R 4.6.1; ; 2026-08-31 18:02:54 UTC; unix
