Package: regexr
Type: Package
Title: Readable Regular Expressions
Version: 1.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 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-01-10 18:49:26 UTC; Tyler
Author: Tyler Rinker [aut, cre]
Repository: CRAN
Date/Publication: 2015-01-11 09:29:43
Built: R 3.1.2; ; 2015-01-12 16:43:17 UTC; unix
