-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
83 lines (83 loc) · 2.12 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Type: Package
Package: emayili
Title: Send Email Messages
Version: 0.9.1
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Matt",
family = "Dennis",
role = "ctb",
email = "[email protected]"),
person(given = "Antoine",
family = "Bichat",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6599-7081")),
person(given = "Daniel",
family = "Fahey",
role = "ctb",
email = "[email protected]"),
person(given = c("Johann", "R."),
family = "Kleinbub",
role = "ctb",
email = "[email protected]"),
person(given = c("Panagiotis"),
family = "Moulos",
role = "ctb",
email = "[email protected]"),
person(given = "Swechhya",
family = "Bista",
role = "ctb",
email = "[email protected]"),
person(given = "Colin",
family = "Fay",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7343-1846")))
Description: A light, simple tool for sending emails with minimal dependencies.
URL: https://datawookie.github.io/emayili/
BugReports: https://github.com/datawookie/emayili/issues
License: GPL-3
Language: en-GB
Imports:
base64enc,
commonmark,
curl (>= 4.0),
digest,
dplyr,
glue,
htmltools,
httr,
logger,
magrittr (>= 2.0.1),
mime,
purrr,
rmarkdown,
rvest,
stringi,
stringr,
tidyr,
urltools,
xfun,
xml2
Suggests:
cld2,
cld3,
gpg,
here,
jinjar,
lintr,
memoise,
testthat (>= 2.1.0),
roxygen2,
showtext,
Microsoft365R
SystemRequirements: The function render() requires Pandoc (http://pandoc.org).
To use PGP/GnuPG encryption requires gpg.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
KeepSource: true