Package: taxizedb Type: Package Title: Offline Access to Taxonomic Databases Description: Download taxonomic databases, convert them into 'SQLite' format, and query them locally for fast, reliable, and reproducible access to taxonomic data. Version: 0.3.2 Authors@R: c( person("Scott", "Chamberlain", role = "aut"), person("Zebulun", "Arendsee", role = "aut"), person("Tamás", "Stirling", email = "stirling.tamas@gmail.com", role = c("ctb", "cre"))) URL: https://docs.ropensci.org/taxizedb/, https://github.com/ropensci/taxizedb BugReports: https://github.com/ropensci/taxizedb/issues License: MIT + file LICENSE Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Depends: R (>= 4.1) Imports: curl (>= 2.4), DBI (>= 0.6-1), RSQLite (>= 1.1.2), dplyr (>= 0.7.0), tibble, rlang, readr (>= 1.1.1), dbplyr (>= 1.0.0), magrittr (>= 1.5), hoardr (>= 0.1.0), vroom Suggests: taxize, testthat RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-06-17 10:24:17 UTC RemoteUrl: https://github.com/ropensci/taxizedb RemoteRef: master RemoteSha: 6438f8a6dec45413ee7ef7938e01a672986f3dda NeedsCompilation: no Packaged: 2026-07-01 08:21:22 UTC; root Author: Scott Chamberlain [aut], Zebulun Arendsee [aut], Tamás Stirling [ctb, cre] Maintainer: Tamás Stirling