Package: bracer
Title: Brace Expansions
Version: 1.0.1
Authors@R: 
    person(given = "Trevor",
           family = "Davis",
           role = c("aut", "cre"),
           email = "trevor.l.davis@gmail.com")
Description: Performs brace expansions on strings.  Made popular by Unix shells, brace expansion allows users to quickly generate certain character vectors by taking a single string and (recursively) expanding the comma-separated lists and double-period-separated integer and character sequences enclosed within braces in that string.  The double-period-separated numeric integer expansion also supports padding the resulting numbers with zeros.
Imports: stringr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: covr, testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-07 18:36:31 UTC; trevorld
Author: Trevor Davis [aut, cre]
Maintainer: Trevor Davis <trevor.l.davis@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-08 13:00:03 UTC
