CRAN

twilio 0.1.0

An Interface to the Twilio API for R

Released Mar 6, 2017 by Sean Kross

This package is available for Renjin and there are no known compatibility issues.

Dependencies

magrittr 1.5 purrr 0.2.2 lubridate 1.6.0 jsonlite 1.3 httr 1.2.1

The Twilio web service provides an API for computer programs to interact with telephony. The included functions wrap the SMS and MMS portions of Twilio's API, allowing users to send and receive text messages from R. See for more information.

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>twilio</artifactId>
    <version>0.1.0-b7</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:twilio')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History