Package: taxalight Version: 0.1.5 Title: A Lightweight and Lightning-Fast Taxonomic Naming Interface Description: Creates a local Lightning Memory-Mapped Database ('LMDB') of many commonly used taxonomic authorities and provides functions that can quickly query this data. Supported taxonomic authorities include the Integrated Taxonomic Information System ('ITIS'), National Center for Biotechnology Information ('NCBI'), Global Biodiversity Information Facility ('GBIF'), Catalogue of Life ('COL'), and Open Tree Taxonomy ('OTT'). Name and identifier resolution using 'LMDB' can be hundreds of times faster than either relational databases or internet-based queries. Precise data provenance information for data derived from naming providers is also included. 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")) ) License: MIT + file LICENSE Encoding: UTF-8 ByteCompile: true Depends: R (>= 4.0) Imports: thor, contentid Suggests: jsonlite, spelling, testthat, covr, knitr, rmarkdown, progress, utf8, crayon URL: https://github.com/cboettig/taxalight BugReports: https://github.com/cboettig/taxalight Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://cboettig.r-universe.dev Date/Publication: 2021-09-10 18:33:23 UTC RemoteUrl: https://github.com/cboettig/taxalight RemoteRef: HEAD RemoteSha: e572724253c57b7315fca6ac7ee588c54aea4006 NeedsCompilation: no Packaged: 2026-06-17 11:33:53 UTC; root Author: Carl Boettiger [aut, cre] (ORCID: ), Kari Norman [aut] (ORCID: ) Maintainer: Carl Boettiger