CRAN

deeplr 1.0.0

Interface to the 'DeepL' Translation API

Released May 28, 2018 by David Zumbach

This package can be loaded by Renjin but no tests could be found for the package.

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 ) is subject to a monthly fee. No authentication key is required for the undocumented DeepL JSON-RPC API. The package provides functions for both types of API calls.

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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:deeplr')

Source

R

View GitHub Mirror

Release History