-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
44 lines (44 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
43
44
Package: rex
Type: Package
Title: Friendly Regular Expressions
Version: 1.1.1
Date: 2015-4-27
Authors@R: c(
person("Kevin", "Ushey", email = "[email protected]", role = "aut"),
person("Jim", "Hester", email = "[email protected]", role = c("aut", "cre")),
person("Robert", "Krzyzanowski", email = "[email protected]", role = "aut")
)
Maintainer: Jim Hester <[email protected]>
URL: https://github.com/kevinushey/rex
BugReports: https://github.com/kevinushey/rex/issues
Description: A friendly interface for the construction of regular expressions.
Imports:
magrittr,
lazyeval
License: MIT + file LICENSE
Suggests:
testthat,
knitr,
rmarkdown,
dplyr,
ggplot2,
lintr,
Hmisc,
stringr,
rvest
VignetteBuilder: knitr
Collate:
'aaa.R'
'utils.R'
'escape.R'
'capture.R'
'character_class.R'
'counts.R'
'lookarounds.R'
'match.R'
'or.R'
'rex-mode.R'
'rex.R'
'shortcuts.R'
'wildcards.R'
'zzz.R'