CRAN
twilio 0.1.0
An Interface to the Twilio API for R
Released Mar 6, 2017 by Sean Kross
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
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>
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.
- Test_get_env.Functions_fail_when_env_variables_are_not_set__E1
- Test_get_env.Functions_fail_when_env_variables_are_not_set__E2
- Test_tw_get_message_media().tw_get_message_media()_can_retrieve_a_photo
- Test_tw_get_messages_list().Test_that_tw_get_messages_list()_will_retrieve_messages
- Test_tw_send_message().tw_send_message()_can_send_messages
- testthat