Type: Package
Package: blastula
Version: 0.3.6.9000
Title: Easily Send HTML Email Messages
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 'Posit Connect' service, or through the 'Mailgun' API
service .
Authors@R: c(
person("Richard", "Iannone", role = c("aut", "cre"), email = "rich@posit.co",
comment = c(ORCID = "0000-0003-3925-190X")),
person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),
person("Jeroen", "Ooms", role = "ctb", email = "jeroen@berkeley.edu",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Ted", "Goas", role = "cph", comment = "cerberus-meta.html"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
License: MIT + file LICENSE
URL: https://github.com/rstudio/blastula,
https://pkgs.rstudio.com/blastula/
BugReports: https://github.com/rstudio/blastula/issues
Depends: R (>= 3.6)
Imports: base64enc (>= 0.1-3), commonmark (>= 1.7), curl (>= 5.2),
digest, dplyr (>= 1.1.0), fs (>= 1.3.1), getPass (>= 0.2-2),
here (>= 1.0.0), htmltools (>= 0.5.7), httr (>= 1.4.0),
jsonlite (>= 1.8.0), magrittr (>= 1.5), mime (>= 0.6), rlang
(>= 1.0), rmarkdown, stringr (>= 1.4.0), uuid (>= 0.1-2)
Suggests: covr, ggplot2, glue, testthat (>= 3.0.0), keyring, knitr,
xml2, openxlsx, withr
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Language: en-US
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev
Repository: https://rstudio.r-universe.dev
Date/Publication: 2025-04-03 12:54:43 UTC
RemoteUrl: https://github.com/rstudio/blastula
RemoteRef: HEAD
RemoteSha: 8b8a6f97ec3aa4cf605321ed3ee7a65c31dc4b24
NeedsCompilation: no
Packaged: 2026-07-18 08:52:46 UTC; root
Author: Richard Iannone [aut, cre] (ORCID:
),
Joe Cheng [aut],
Jeroen Ooms [ctb] (ORCID: ),
Ted Goas [cph] (cerberus-meta.html),
Posit Software, PBC [cph, fnd]
Maintainer: Richard Iannone