Changes in version 0.2.0 (2026-05-06) Bug fixes - Fixed a bug in get_dataset() where datasets with umlauts in their names were not being cached properly. New features - get_dataset() now accepts a version vector when downloading multiple datasets, allowing each dataset to be pinned to a different version. - After a successful download, get_dataset() prints a reproducibility message Changes in version 0.1.2 (2025-12-03) Bug fixes - Replaced zen4R dependency with internal httr2 implementation to fix issues with versioning in Zenodo API - Removed API calls from some examples to avoid unnecessary Zenodo requests during CRAN checks Changes in version 0.1.1 (2025-11-02) Bug fixes - Added cleanup code in examples to remove temporary cache files created during CRAN checks - Fixed cache directory consistency - Fixed handling of multiple-word author names in get_dataset() Changes in version 0.1.0 (2025-10-29) - Initial CRAN submission. Main features - list_datasets() to browse available ESM datasets with metadata. - get_dataset() to download single or multiple datasets from Zenodo. - cite() and notes() to access citation and additional dataset information. - Automatic caching system for efficient data management. - cache_info() and clear_cache() for cache management.