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 <https://www.twilio.com/docs/> 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
LazyData: true
RoxygenNote: 5.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-03-06 13:09:49 UTC; sean
Author: Sean Kross [aut, cre]
Maintainer: Sean Kross <sean@seankross.com>
Repository: CRAN
Date/Publication: 2017-03-06 14:15:56
Built: R 4.2.0; ; 2022-03-22 15:43:05 UTC; unix
