Skip to contents

RESY 0.3

Breaking changes — function renames

Internal changes

  • resy_parse_expert(), resy_parse_json(), resy_show_vegtypes() are now internal (unexported). Use resy_load_expert() as the single entry point for loading any expert system.
  • Geographic helpers (check_ecoregions, check_country, check_coast_dunes, check_coordinates) consolidated into internal functions in internal_eunis_geo.R under the .resy_assign_* / .resy_check_* naming convention.
  • RDS format support removed. Expert systems are imported from .txt and stored as .json. resy_available_classifications() no longer returns an expert_rds column.
  • resy_expert_path() format argument is now c("json", "txt") only.

New

  • resy_check_eunis() — validates plot data against EUNIS structural requirements before harmonization, returning list(ok, errors, warnings).
  • New general vignette vignette("RESY") covering classification with both EUNIS and Apennine-test expert systems without EUNIS-specific geographic steps.

RESY 0.2