Package: blastula
Title: Easily Send HTML Email Messages
Version: 0.1
Authors@R: person("Rich", "Iannone", email = "riannone@me.com", role = c("aut", "cre"))
Description: Compose and send out responsive HTML email messages that render
    perfectly across a range of email clients and device sizes. Messages are
    composed using 'Markdown' and a text interpolation system that allows for
    the injection of evaluated R code within the message body, footer, and
    subject line. Helper functions let the user insert embedded images, web
    link buttons, and 'ggplot2' plot objects into the message body. Messages
    can be sent through an 'SMTP' server or through the 'Mailgun' API service
    <http://mailgun.com/>.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Imports: commonmark (>= 1.2), ggplot2 (>= 2.2.1), glue (>= 1.1.1),
        htmltools (>= 0.3.6), httr (>= 1.2.1), knitr (>= 1.16),
        magrittr (>= 1.5), mailR (>= 0.4.1), rJava (>= 0.9-8), stringr
        (>= 1.2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: covr, testthat
NeedsCompilation: no
Packaged: 2017-08-20 22:21:10 UTC; riannone
Author: Rich Iannone [aut, cre]
Maintainer: Rich Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2017-08-20 22:39:17 UTC
