Changes in version 2.1.0 (2025-05-20) o Glossary Management Support: - `create_glossary()` – Create custom glossaries - `list_glossaries()` – List existing glossaries and their metadata - `get_glossary_entries()` – Retrieve glossary entries as a tibble - `delete_glossary()` – Permanently delete a glossary o Enhanced Translation Flexibility: - `context` – Provide contextual information to improve translations - `model_type` – Choose between latency-optimized or quality-optimized translation models - `formality` – Adjust formality level for supported target languages - `glossary_id` – Apply a specific glossary to translations o Improved Authentication Handling: - Your DeepL API authentication key is now read automatically from the environment variable `DEEPL_API_KEY`, if not supplied directly. You can set it using `Sys.setenv(DEEPL_API_KEY = "your_key")` or add it to your `.Renviron` file for persistent use. Changes in version 2.0.1 (2023-11-07) o Authentication key moved into the header. o deeplr is now licensed under the MIT licence. Changes in version 2.0.0 (2021-04-28) o We are back! ;-) o The package can now be used with a developer account. Changes in version 1.1.1 o Integration of new languages (Portuguese and Russian). Changes in version 1.1.0 o New functions (_vec, _df) available for translating entire character vectors. o Extended all JSON-RPC functions by subdomain argument (default: 'www2'). Changes in version 1.0.0 (2018-05-28) o Improved documentation o New functions: detect, pimp Changes in version 0.3.1 o New functions: detect2, pimp2 o Small adjustments to the existing functions Changes in version 0.3.0 o Integration of functions (translate2, toEnglish2 etc.) that call the DeepL API via JSON-RPC. No authentication key is required to use this service. Changes in version 0.2.0 o Changed from GET to POST requests o Integration of the usage API call Changes in version 0.1.0 (2018-05-24) o First version of the package.