CRAN
deeplr 1.0.0
Interface to the 'DeepL' Translation API
Released May 28, 2018 by David Zumbach
Dependencies
stringr 1.3.1 tokenizers 0.2.1 rjson tibble 1.4.2 purrr 0.2.5 utf8 1.1.4 httr 1.3.1
A wrapper for the 'DeepL' API, a web service for translating texts between different languages. Access to the official API (see
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>deeplr</artifactId> <version>1.0.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:deeplr')