-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
24 lines (24 loc) · 901 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
Package: RVerbalExpressions
Title: Create Regular Expressions Easily
Version: 0.1.1
Authors@R: c(
person("Tyler", "Littlefield", email = "tylurp1@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6020-1125")),
person("Dmytro", "Perepolkin", email = "dperepolkin@gmail.com", role = c("ctb"), comment=c(ORCID="0000-0001-8558-6183")))
Description: Build regular expressions using grammar and functionality inspired
by <https://github.com/VerbalExpressions>. Usage of the %>% is encouraged to
build expressions in a chain-like fashion.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports:
magrittr
Suggests:
testthat,
knitr,
rmarkdown,
covr,
stringr
VignetteBuilder: knitr
URL: https://github.com/VerbalExpressions/RVerbalExpressions
BugReports: https://github.com/VerbalExpressions/RVerbalExpressions/issues