-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 860 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
Package: mboxr
Title: Reading, Extracting, and Converting an Mbox File into a Tibble
Version: 0.2.0.9000
Authors@R: c(person("JooYoung", "Seo", role=c("aut", "cre"), email="[email protected]", comment = c(ORCID = "0000-0002-4064-6012")),
person("Soyoung", "Choi", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0002-0998-3352")))
Description: Importing and converting an mbox file into a tibble object.
SystemRequirements: Anaconda (https://www.anaconda.com/download/)
License: GPL-3
VignetteBuilder: knitr
URL: https://github.com/jooyoungseo/mboxr
BugReports: https://github.com/jooyoungseo/mboxr/issues
Encoding: UTF-8
LazyData: true
Imports:
reticulate,
tibble,
magrittr,
purrr,
dplyr,
lubridate,
stringr,
tidyr,
withr
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
covr