-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 848 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: tor
Title: Import Multiple Files From a Single Directory at Once
Version: 1.1.3.9000
Authors@R:
person("Mauro", "Lepore", , "maurolepore@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1986-7988"))
Description: The goal of tor (to-R) is to help you to import multiple
files from a single directory at once, and to do so as quickly,
flexibly, and simply as possible.
License: GPL-3
URL: https://github.com/maurolepore/tor,
https://maurolepore.github.io/tor/
BugReports: https://github.com/maurolepore/tor/issues
Depends:
R (>= 3.2)
Imports:
fs,
readr,
rlang,
tibble
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2