-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
32 lines (32 loc) · 1007 Bytes
/
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
Package: msgxtractr
Type: Package
Title: Read Outlook '.msg' Files
Version: 0.3.0
Date: 2020-05-06
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre")),
person("Ariya", "Hidayat", email = "[email protected]", role = c("ctb", "cph"), comment = "POLE library"),
person("Nemanja", "Trifunovic", role = c("ctb", "cph"), comment = "UTF-8 helpers <https://github.com/nemtrif/utfcpp>")
)
Maintainer: Bob Rudis <[email protected]>
Description: 'Microsoft' 'Outlook' messages can be saved in '.msg' files. Tools are
provided that enable extraction of metadata, envelope, headers, body and attachments
from these files.
URL: https://github.com/hrbrmstr/msgxtractr
BugReports: https://github.com/hrbrmstr/msgxtractr/issues
SystemRequirements: C++11
NeedsCompilation: yes
Encoding: UTF-8
Copyright: file inst/COPYRIGHTS
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
scales,
tibble
RoxygenNote: 7.1.1
LinkingTo: Rcpp