Skip to content

Release v0.9.1

Pre-release
Pre-release

Choose a tag to compare

@shawndove shawndove released this 22 Jun 14:44
1f97ef5

Minor update:

  • Support for Alphanumeric/String-Based Taxonomic Keys: Excluded key columns (kingdomKey, familyKey, speciesKey) from numeric coercion in process_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 in calc_ts_methods.R to support and preserve character-type taxonKey values, preventing mismatches or coercion warnings during diversity and uncertainty estimation.
  • Enhanced Species Search in Plotting: Updated plot_species_map() and plot_species_ts() to correctly match and look up alphanumeric/string keys against taxonKey instead of fallback matching to scientificName.