Package: blastula
Title: Easily Send HTML Email Messages
Version: 0.2.0
Authors@R: person("Richard", "Iannone", email = "riannone@me.com", role = c("aut", "cre"))
Maintainer: Richard Iannone <riannone@me.com>
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.2.1)
License: MIT + file LICENSE
Imports: commonmark (>= 1.4), downloader (>= 0.4), dplyr (>= 0.7.4),
        ggplot2 (>= 2.2.1), glue (>= 1.2.0), htmltools (>= 0.3.6), httr
        (>= 1.2.1), knitr (>= 1.20), magrittr (>= 1.5), purrr (>=
        0.2.4), rlang (>= 0.2.0), stringr (>= 1.3.0), tibble (>=
        1.4.2), tidyr (>= 0.8.0)
Suggests: covr, testthat
URL: https://github.com/rich-iannone/blastula
BugReports: https://github.com/rich-iannone/blastula/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-27 14:33:10 UTC; rich
Author: Richard Iannone [aut, cre]
Repository: CRAN
Date/Publication: 2018-03-27 21:02:44 UTC
Built: R 3.3.3; ; 2018-04-22 17:47:27 UTC; windows
