Package: regexr
Type: Package
Title: Readable Regular Expressions
Version: 0.0.2
Date: 2014-04-19
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com",
    role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Depends: R (>= 3.1.0)
Suggests: testthat, qdapRegex (>= 0.2.0)
LazyData: TRUE
Description: An R framework for constructing human readable regular
    expressions.  It aims to provide tools that enable the user to write
    regular expressions in a way that is similar to the ways R code is written.
    The tools allow the user to (1) write in smaller, modular, named, regular
    expression chunks, (2) write top to bottom, rather than a single string (3)
    comment individual chunks, (4) indent expressions to represent regular
    expression groups, and (5) test the validity of the concatenated expression
    and the modular chunks.
License: GPL-2
URL: http://trinker.github.com/regexr/
BugReports: http://github.com/trinker/regexr/issues
Packaged: 2014-12-22 22:15:09 UTC; Tyler
Author: Tyler Rinker [aut, cre]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-23 00:47:17
