taxizedb
Tools for Working with Taxonomic SQL Databases. Contribute to ropensci/taxizedb development by creating an account on GitHub.
Stopped trusting the cloud to prepare its taxonomic databases and does the conversion locally.
◆Recent moves
- 9mo ago
Databases now built locally from raw data, not the cloud
db_download_*() stops relying on preprocessed SQLite files hosted in the cloud and converts raw source data locally for every database, removing a dependency that had been failing intermittently. The Plant List is now defunct upstream, so its download function fails, though databases fetched earlier remain queryable.
View source ↗ - 3y ago
Patch release for a maintainer change
An administrative release accompanying a change of maintainer, with no functional content. It sits in a four-year gap between substantive versions.
View source ↗ - 5y ago
taxa_at() retrieves ancestors at a named rank
Adds taxa_at() for walking from a known taxon to its ancestor at a specified rank — asking which phylum a family belongs to, for example — which previously required parsing a full classification. db_download() also gains an overwrite argument, ending the need to delete old database files by hand.
View source ↗ - 5y ago
Fixes failing tests
A test-only patch released twelve days after the substantial 0.2.0. No user-facing change.
View source ↗ - 6y ago
SQLite everywhere, three new sources, taxize verbs ported
⚡ SPARKThe release that produced the package as it exists today: every source on SQLite with no credentials required, three more databases, and local ports of the taxize functions users actually reach for. The recent shift to local conversion is a refinement of the architecture set here, not a departure from it.
View source ↗ - 9y ago
Tracks the dplyr split that introduced dbplyr
Fixes the database connection functions after dplyr moved its database backends into dbplyr. Compatibility work of the kind that dominates this package's early history.
View source ↗