Package: regexr
Type: Package
Title: Readable Regular Expressions
Version: 1.1.0
Date: 2015-08-16
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 and managing 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, sub-expressions, (2)
        write top to bottom, rather than a single string (3) comment
        individual chunks, (4) indent expressions to clearly present
        regular expression groups, (5) add vertical line spaces and R
        comments (i.e., #), and (6) test the validity of the
        concatenated expression and the modular sub-expressions.
License: GPL-2
URL: http://trinker.github.com/regexr/
BugReports: http://github.com/trinker/regexr/issues
NeedsCompilation: no
Packaged: 2015-08-16 18:18:05 UTC; Tyler
Author: Tyler Rinker [aut, cre]
Repository: CRAN
Date/Publication: 2015-08-16 23:06:08
