-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
48 lines (48 loc) · 1.04 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
46
47
48
Type: Package
Package: rex
Title: Friendly Regular Expressions
Version: 1.2.1.9000
Authors@R: c(
person("Kevin", "Ushey", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", , "[email protected]", role = "aut"),
person("Robert", "Krzyzanowski", , "[email protected]", role = "aut")
)
Description: A friendly interface for the construction of regular
expressions.
License: MIT + file LICENSE
URL: https://rex.r-lib.org, https://github.com/r-lib/rex
BugReports: https://github.com/r-lib/rex/issues
Suggests:
covr,
dplyr,
ggplot2,
Hmisc,
knitr,
magrittr,
rmarkdown,
roxygen2,
rvest,
stringr,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
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'
Config/Needs/website: r-lib/pkgdown, tidyverse/tidytemplate
Imports:
withr