Package: taxadb
Version: 0.2.1.99
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")),
person("Mattia", "Ghilardi", role ="ctb",
comment = c(ORCID = "0000-0001-9592-7252"))
)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Depends: R (>= 4.1.0)
Imports: DBI, duckdb, tibble, dplyr, dbplyr, rlang, magrittr, stringi,
contentid, memoise
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: spelling, testthat, covr, knitr, rmarkdown, purrr, crayon,
RSQLite
Language: en-US
VignetteBuilder: knitr
URL: ,
BugReports: https://github.com/ropensci/taxadb/issues
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev
xz-utils
Repository: https://ropensci.r-universe.dev
Date/Publication: 2024-04-15 15:04:17 UTC
RemoteUrl: https://github.com/ropensci/taxadb
RemoteRef: master
RemoteSha: 6c2023d7e11d9a189603bd98d4514d0f85891816
NeedsCompilation: no
Packaged: 2026-07-01 08:23:46 UTC; root
Author: Carl Boettiger [aut, cre] (ORCID:
),
Kari Norman [aut] (ORCID: ),
Jorrit Poelen [aut] (ORCID: ),
Scott Chamberlain [aut] (ORCID:
),
Noam Ross [ctb] (ORCID: ),
Mattia Ghilardi [ctb] (ORCID: )
Maintainer: Carl Boettiger