-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 = "[email protected]")
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