Skip to content

Release v0.8.20

Pre-release
Pre-release

Choose a tag to compare

@shawndove shawndove released this 19 Jun 14:46
ef98eaf

Minor update:

  • Fixed a bug in my_estimateD where calculating Shannon diversity (q=1) crashed with NA/NaN argument for cells with single sampling units or where all species were observed in all units.
  • Fixed a bug in create_native_grid and compute_indicator_workflow where coordinate building crashed with !anyNA(x) is not TRUE if native grid resolution was missing or grid codes did not carry resolution prefixes (e.g. EEA grids). Added 1km and 1000m resolution fallbacks.
  • Moved bit64 and patchwork dependencies to Suggests to minimize imports and avoid CRAN warnings. Added dynamic namespace checking for patchwork in plot_species_map() and plot_species_ts().
  • Systematically downsampled large Denmark mammals datasets in inst/extdata to reduce installed package size to CRAN limits (< 5MB) while preserving full year distribution for unit tests.