-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.1 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
Package: ezpickr
Title: Easy Data Import Using GUI File Picker
Version: 2.2.0
Authors@R: c(person("JooYoung", "Seo", role=c("aut", "cre"), email="jseo1005@illinois.edu", comment = c(ORCID = "0000-0002-4064-6012")),
person("Soyoung", "Choi", role = "aut", email = "soyoung@illinois.edu", comment = c(ORCID = "0000-0002-0998-3352")),
person("hyun seung", "Lee", role = "ctb", email = "go4arsenal@gmail.com"),
person("Jonghoen", "Kim", role = "ctb", email = "cysics@daum.net"))
Description: Choosing any rectangular data file using interactive GUI dialog box, and seamlessly manipulating tidy data between an 'Excel' window and R session.
License: GPL-3
VignetteBuilder: knitr
URL: https://github.com/jooyoungseo/ezpickr
BugReports: https://github.com/jooyoungseo/ezpickr/issues
Encoding: UTF-8
LazyData: true
Imports:
haven,
jsonlite,
readxl,
magrittr,
textreadr,
tibble,
stringr,
writexl,
purrr,
mboxr,
vroom,
rmarkdown,
utils,
tidyr
RoxygenNote: 7.2.1
Suggests:
testthat,
knitr,
striprtf,
xml2,
dplyr,
rvest,
antiword,
covr