Package: easieRnmt Title: Local Machine-Translation with 'EasyNMT' from 'R' Version: 0.0.5 Authors@R: person("Daniel", "Thiele", , "daniel.thiele@fu-berlin.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0324-4943")) Description: 'R' wrapper around the 'Python' library 'EasyNMT', enabling easy-to-use, local, reproducible machine translation. Supports translation between multiple language pairs. The package takes care of preprocessing and language detection using 'fastText' from 'R'. 'Python' backend and installation of 'PyTorch' is handled by 'reticulate' and 'uv'. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 URL: https://github.com/thieled/easieRnmt BugReports: https://github.com/thieled/easieRnmt/issues Imports: cli, data.table, emoji, fastText, pbapply, reticulate, stringi, stringr, textclean, tokenizers Suggests: testthat Config/pak/sysreqs: libicu-dev libpng-dev python3 Repository: https://thieled.r-universe.dev Date/Publication: 2026-07-08 14:32:34 UTC RemoteUrl: https://github.com/thieled/easiernmt RemoteRef: HEAD RemoteSha: a28db9fc10f47cea507d9ba437b220638f571ba3 NeedsCompilation: no Packaged: 2026-07-17 06:32:28 UTC; root Author: Daniel Thiele [aut, cre] (ORCID: ) Maintainer: Daniel Thiele