forked from datawookie/emayili
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.34 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
Type: Package
Package: emayili
Title: Send Email Messages
Version: 0.3.12
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
role = c("aut", "cre"),
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,
glue,
httr,
magrittr,
mime,
stringi
Suggests:
testthat (>= 2.1.0),
roxygen2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0