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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev zlib1g-dev Repository: https://andrie.r-universe.dev Date/Publication: 2024-03-31 17:59:59 UTC RemoteUrl: https://github.com/andrie/mailmerge RemoteRef: HEAD RemoteSha: 0f1004b8ca813ebc85e0748c1075b285b057406d NeedsCompilation: no Packaged: 2026-06-20 06:46:30 UTC; root Author: Andrie de Vries [aut, cre] Maintainer: Andrie de Vries