- Skip spelling errors that are listed on RStudio user's dictionary.
- New function
get_languages()
to get a tibble with LanguageTool's API supported languages. - Validates language argument on functions.
- Internal test functions.
- Function
check_text()
in now exported. - Improve messages.
- Modify internal function names.
- Improve documentation and arguments assertion.
- Primarily, adopt the spelling language defined on RStudio's Project Options. If not defined, uses the spelling language from Global options.
- Verifies the text size accordingly to LanguageTool API rules (20KB maximum size).
- Ignore case on looking for rproj files.
- Prompt to modify text with default choice (just press Enter).
- Move focus to console and back to source.
- Messages improvements.
- Do not query LanguageTool API if selection is empty.
- Do not use query cache on API call.
- Throttle requests rate accordingly to LanguageTool API rules (20 requests per minute).
- The package now observes if there is a default project language set.
- First version, basic functions.