forked from datawookie/emayili
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.52 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
Type: Package
Package: emayili
Title: Send Email Messages
Version: 0.4.11
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Matt",
family = "Dennis",
role = "ctb",
email = "[email protected]"),
person(given = "Gerard",
family = "Walsh",
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]"))
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
Imports:
base64enc,
curl (>= 4.0),
glue,
httr,
magrittr,
mime,
purrr,
stringi,
stringr
Suggests:
here,
testthat (>= 2.1.0),
roxygen2,
showtext
Encoding: UTF-8
RoxygenNote: 7.1.1