Package: mailmerge
Title: Mail Merge Using R Markdown Documents and 'gmailr'
Version: 0.2.2
Authors@R: 
    person(given = "Andrie",
           family = "de Vries",
           role = c("aut", "cre"),
           email = "apdevries@gmail.com")
Description: Perform a mail merge (mass email) using the message defined in 
    markdown, the recipients in a csv, and gmail as the mailing engine. With 
    this package you can parse markdown documents as the body of email, and the 
    'yaml' header to specify the subject line of the email.  Any '{}' braces in 
    the email will be encoded with 'glue::glue()'. You can preview the email in 
    the RStudio viewer pane, and send (draft) email using 'gmailr'.
License: MIT + file LICENSE
URL: https://andrie.github.io/mailmerge/,
        https://github.com/andrie/mailmerge
BugReports: https://github.com/andrie/mailmerge/issues
Depends: R (>= 3.3)
Imports: commonmark, gmailr, rstudioapi, googledrive, rmarkdown, dplyr,
        glue, googlesheets4, magrittr, withr, purrr, utils, fs,
        lifecycle, shiny, miniUI
Suggests: spelling, covr, knitr, testthat (>= 2.1.0), here, mockery,
        readr
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
RoxygenNote: 7.1.2
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-19 19:00:21 UTC; apdev
Author: Andrie de Vries [aut, cre]
Maintainer: Andrie de Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-20 15:20:05 UTC
