Changes in version 1.0.0 - Now access to annual and monthly data. Now using latest version of climatic data by default (until 2024). Changes in version 0.2.2 (2024-11-22) - Fix issues with R-devel Changes in version 0.2.1 (2023-07-11) - When asking for climate data for a polygon dataset (sf or SpatVector), the output raster is now masked to the extent of the polygon (issue #39). Changes in version 0.2.0 - Added new argument "version" to specify the version of the climate data to download (latest version is v4 - available from 1950 to 2022 and using E-Obs 27.0e; previous version is v3 - available from 1950 to 2020 and using E-Obs 17.0e). Changes in version 0.1.11 - Improved check_server diagnosis. Now timing out after 30 seconds, and providing better error messages. Changes in version 0.1.10 - Improved check_server diagnosis. Changes in version 0.1.8 - Queries limited to max. 10000 sites or 10000 km2 to avoid saturating the server. Changes in version 0.1.7 - Coordinates (lon, lat) of the output dataframe now match input coordinates to get_daily_climate, unless providing a polygon when output coordinates are those of the raster cells enclosed in the polygon. Changes in version 0.1.6 - New function check_server() to check that the climate data server is working correctly. Changes in version 0.1.5 - Now giving the possibility to download multiple climatic variables at once. Changes in version 0.1.4 - Now returning temperature data in ÂșC and precipitation in mm. Changes in version 0.1.3 - Now providing data between 1950 and 2020, using version 3 of the climatic dataset.