-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.16 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
Package: sendmailR
Version: 1.4-0
Title: Send Email Using R
Description: Package contains a simple SMTP client with minimal dependencies which
provides a portable solution for sending email, including file attachments and inline html reports,
from within R. SMTP Authentication and SSL/STARTTLS is implemented using curl.
Authors@R: c(
person("Olaf", "Mersmann", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-7720-4939"),
email = "olafm@p-value.net"),
person("Quinn", "Weber", role="ctb"),
person("Marius", "Barth", role = "ctb",
comment = c(ORCID = "0000-0002-3421-6665")),
person("Are", "Edvardsen", role = "ctb",
comment = c(ORCID = "0000-0002-5210-3656")),
person("Alexander", "Bartel", role = "ctb",
comment = c(ORCID = "0000-0002-1280-6138"))
)
URL: https://github.com/olafmersmann/sendmailR
BugReports: https://github.com/olafmersmann/sendmailR/issues
Depends: R (>= 3.0.0)
Imports: base64enc
Suggests: curl (>= 4.0), knitr, rmarkdown, htmltools
License: GPL-2
LazyData: yes
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr