Package: taxadb
Version: 0.2.1
Title: A High-Performance Local Taxonomic Database Interface
Description: Creates a local database of many commonly used taxonomic authorities
             and provides functions that can quickly query this data.
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"))
            )
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.0)
Imports: DBI, duckdb, tibble, dplyr, dbplyr, rlang, magrittr, stringi,
        contentid, memoise
RoxygenNote: 7.2.3
Suggests: spelling, testthat, covr, knitr, rmarkdown, purrr, crayon,
        RSQLite
Language: en-US
VignetteBuilder: knitr
URL: <https://docs.ropensci.org/taxadb/>,
        <https://github.com/ropensci/taxadb>
BugReports: https://github.com/ropensci/taxadb/issues
NeedsCompilation: no
Packaged: 2023-03-08 19:10:16 UTC; rstudio
Author: Carl Boettiger [aut, cre] (<https://orcid.org/0000-0002-1642-628X>),
  Kari Norman [aut] (<https://orcid.org/0000-0002-2029-2325>),
  Jorrit Poelen [aut] (<https://orcid.org/0000-0003-3138-4118>),
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Noam Ross [ctb] (<https://orcid.org/0000-0002-2136-0000>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-09 00:40:02 UTC
Built: R 4.2.0; ; 2023-03-09 15:01:17 UTC; unix
