-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
Package: mc
Title: Mail Composer - Email Composition and Delivery
Version: 0.2.8
Authors@R:
person("Allan", "Irvine", , "al@newgraphenvironment.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3495-2128"))
Description: Compose, draft, and send emails from markdown files via the
Gmail API. Strips markdown headers, converts to HTML with inline table
styles, appends a standard signature, and handles threading. Wraps
gmailr to reduce email scripts from 80 lines of boilerplate to 3.
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/mc,
https://newgraphenvironment.github.io/mc/
BugReports: https://github.com/NewGraphEnvironment/mc/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
callr,
kableExtra,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Depends:
R (>= 4.1)
Imports:
chk,
cli,
commonmark,
gmailr,
httr,
jsonlite,
yaml
VignetteBuilder: knitr