1Package: rematch2
2Title: Tidy Output from Regular Expression Matching
3Version: 2.1.2
4Authors@R: c(
5    person("Gábor", "Csárdi", email = "csardi.gabor@gmail.com", role = c("aut", "cre")),
6    person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = c("ctb")))
7Description: Wrappers on 'regexpr' and 'gregexpr' to return the match
8    results in tidy data frames.
9License: MIT + file LICENSE
10LazyData: true
11URL: https://github.com/r-lib/rematch2#readme
12BugReports: https://github.com/r-lib/rematch2/issues
13RoxygenNote: 7.1.0
14Imports: tibble
15Suggests: covr, testthat
16Encoding: UTF-8
17NeedsCompilation: no
18Packaged: 2020-04-30 10:31:13 UTC; gaborcsardi
19Author: Gábor Csárdi [aut, cre],
20  Matthew Lincoln [ctb]
21Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
22Repository: CRAN
23Date/Publication: 2020-05-01 06:50:02 UTC
24