-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 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
40
41
42
43
44
45
Package: groomr
Title: Tools to Tidy Strings and Text Files
Version: 0.0.0.9002
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: A set of tools to tidy text files.
License: MIT + file LICENSE
URL: https://github.com/danielvartan/groomr/
BugReports: https://github.com/danielvartan/groomr/issues/
Depends:
R (>= 4.3)
Imports:
checkmate (>= 2.3.2),
cli (>= 3.6.3),
dplyr (>= 1.1.4),
here (>= 1.0.1),
lifecycle (>= 1.0.4),
magrittr (>= 2.0.3),
prettycheck,
readr (>= 2.1.5),
rutils,
stringr (>= 1.5.1),
Suggests:
covr (>= 3.6.4),
knitr (>= 1.48),
mockr (>= 0.2.1),
spelling (>= 2.3.0),
testthat (>= 3.2.1.1)
Remotes:
github::danielvartan/prettycheck,
github::danielvartan/rutils
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2