Release v0.9.1
Pre-release
Pre-release
Minor update:
- Support for Alphanumeric/String-Based Taxonomic Keys: Excluded key columns (
kingdomKey,familyKey,speciesKey) from numeric coercion inprocess_cube(). This ensures compatibility with GBIF's new taxonomic backbone migrating to the Catalogue of Life (COL), which uses alphanumeric string keys (e.g.,kingdomKey = "N") instead of integer keys. - Type Safety for downstream calculations: Modified
add_ci()and empty fallback data structures incalc_ts_methods.Rto support and preserve character-typetaxonKeyvalues, preventing mismatches or coercion warnings during diversity and uncertainty estimation. - Enhanced Species Search in Plotting: Updated
plot_species_map()andplot_species_ts()to correctly match and look up alphanumeric/string keys againsttaxonKeyinstead of fallback matching toscientificName.