dwctaxon
R package for working with Darwin Core Taxon data. Contribute to ropensci/dwctaxon development by creating an account on GitHub.
A Darwin Core validator that went quiet for two years, then surfaced only to raise its R floor
◆Recent moves
- 8mo ago
Development build sets R 4.2.0 floor and bumps Roxygen
A development build that adds an R >= 4.2.0 dependency and moves to Roxygen 7.3.2. Toolchain housekeeping, not a released version, and no change to how taxonomic data is validated.
View source ↗ - 2y ago
Column matching no longer requires globally unique reference values
Relaxes column matching so only the matched values must be unique, not every value in the reference column. That single change makes dct_fill_col() work for filling acceptedNameUsageID from scientificName on tables where some scientific names repeat — a shape that occurs constantly in real taxonomic data and previously blocked the function outright. A CRAN-mandated connectivity check on downloads arrives alongside it.
View source ↗ - 3y ago
Example cleanup and settings restoration
Example hygiene only — deliberately failing examples are wrapped in dontrun{}, and user settings are saved and restored around each one. Visible to package checkers, not to users.
View source ↗