Package: twilio
Type: Package
Title: An Interface to the Twilio API for R
Version: 0.1.0
Authors@R: person("Sean", "Kross", email = "sean@seankross.com", role = c("aut", "cre"))
Description: 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.
Depends: R (>= 3.1.0)
Imports: purrr, httr, jsonlite, magrittr, lubridate
License: MIT + file LICENSE
URL: http://github.com/seankross/twilio
Encoding: UTF-8
RoxygenNote: 5.0.1
Suggests: testthat
Config/pak/sysreqs: libssl-dev
Repository: https://seankross.r-universe.dev
Date/Publication: 2017-03-06 14:24:55 UTC
RemoteUrl: https://github.com/seankross/twilio
RemoteRef: HEAD
RemoteSha: 8ddc69ca0997135a438e85e2f7939c1a1b60c8c4
NeedsCompilation: no
Packaged: 2026-06-19 11:31:42 UTC; root
Author: Sean Kross [aut, cre]
Maintainer: Sean Kross