Package: mailmerge
Title: Mail Merge Using R Markdown Documents and 'gmailr'
Version: 0.2.5
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' file, 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, glue,
        magrittr, purrr, utils, fs, lifecycle, shiny, miniUI
Suggests: spelling, withr, covr, knitr, testthat (>= 2.1.0), here,
        mockery, readr
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
RoxygenNote: 7.2.1
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-08-14 20:16:00 UTC; apdev
Author: Andrie de Vries [aut, cre]
Maintainer: Andrie de Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-14 20:30:02 UTC
Built: R 4.2.0; ; 2022-08-14 21:08:40 UTC; unix
