# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "mailmerge" in publications use:' type: software license: MIT title: 'mailmerge: Mail Merge Using R Markdown Documents and ''gmailr''' version: 0.2.5 doi: 10.32614/CRAN.package.mailmerge abstract: 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'. authors: - family-names: Vries given-names: Andrie name-particle: de email: apdevries@gmail.com repository: https://andrie.r-universe.dev repository-code: https://github.com/andrie/mailmerge commit: 0f1004b8ca813ebc85e0748c1075b285b057406d url: https://andrie.github.io/mailmerge/ contact: - family-names: Vries given-names: Andrie name-particle: de email: apdevries@gmail.com