- Removed {lintr} and {purrr} dependenies.
- BREAKING:
r2eng()
renamed totranslate()
r2eng_from_string()
renamed totranslate_string()
- addin renamed from
r2eng_vocalise()
toaddin_speak()
- Added documentation to pass CMD check (utils, print method and ellipses)
- Updated README.
- Added
addin_print()
to RStduio Addins. - Added GitHub Actions for build and code coverage.
- Added crude RStudio addin to vocalise selected text (idea from mikeR)
- Added non-standard evaluation to
r2eng()
and introducedr2eng_from_string()
(thanks to @chainsawriot). - Added more translations.
- Updated README with clearer goals.
- Added parsing method (thanks to @chainsawriot).
- Removed manually-updated dictionary object.
- Split out the dictionary into a separate data set.
- Stored the code to create the dictionary.
- Added package structure.
- Added
r2eng()
function.