-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.05 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
Package: mRpostman
Type: Package
Title: An IMAP Client for R
Version: 1.1.4
Date: 2024-09-15
Authors@R: c(
person(given="Allan", family="Quadros",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3250-5380")),
person(given="Paul", family="Smith",
role = c("ctb")),
person(given="Kurt", family="Hornik",
role = c("ctb"))
)
Description: An easy-to-use IMAP client that provides tools for message searching,
selective fetching of message attributes, mailbox management, attachment extraction,
and several other IMAP features, paving the way for e-mail data analysis in R.
License: GPL-3
Encoding: UTF-8
Imports: curl,
R6,
stringr,
stringi,
magrittr,
assertthat,
base64enc,
utils,
rvest,
xml2
Depends: R (>= 3.1.0)
URL: https://allanvc.github.io/mRpostman/
BugReports: https://github.com/allanvc/mRpostman/issues/
SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.3.2