Type: Package
Package: blastula
Title: Easily Send HTML Email Messages
Version: 0.3.0
Authors@R: c(
    person("Richard", "Iannone", role = c("aut", "cre"), email = "riannone@me.com",
           comment = c(ORCID = "0000-0003-3925-190X")),
    person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
    person("Jeroen", "Ooms", role = "ctb", email = "jeroen@berkeley.edu",
      comment = c(ORCID = "0000-0002-4035-0289"))
    )
Description: Compose and send out responsive HTML email messages that render
    perfectly across a range of email clients and device sizes. 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, through the 'RStudio Connect' service, or through the 'Mailgun' API
    service <http://mailgun.com/>.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/blastula
BugReports: https://github.com/rich-iannone/blastula/issues
Depends: R (>= 3.2.1)
Imports: base64enc (>= 0.1-3), commonmark (>= 1.7), curl (>= 4.2),
        dplyr (>= 0.8.3), fs (>= 1.3.1), getPass (>= 0.2-2), here (>=
        0.1), htmltools (>= 0.3.6), httr (>= 1.4.0), jsonlite (>= 1.6),
        magrittr (>= 1.5), mime (>= 0.6), rlang (>= 0.4.1), rmarkdown,
        stringr (>= 1.4.0), uuid (>= 0.1-2)
Suggests: covr, ggplot2, glue, testthat (>= 2.1.0), keyring, knitr,
        spelling, xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2019-11-21 19:07:01 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>),
  Joe Cheng [aut],
  Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2019-11-22 07:00:02 UTC
