Package: bracer
Title: Brace Expansions
Version: 1.2.2
Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"),
             email="trevor.l.davis@gmail.com",
             comment = c(ORCID = "0000-0001-6341-4639")),
      person(given = "Jon", family = "Schlinkert", role = "aut",
             comment = "Author of the 'braces' Javascript library"))
Description: Performs brace expansions on strings.  Made popular by Unix shells, brace expansion allows users to concisely 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.
URL: https://trevorldavis.com/R/bracer/,
        https://github.com/trevorld/bracer
BugReports: https://github.com/trevorld/bracer/issues
Imports: stringr
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat, V8
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2023-03-15 18:09:36 UTC; trevor
Author: Trevor L Davis [aut, cre] (<https://orcid.org/0000-0001-6341-4639>),
  Jon Schlinkert [aut] (Author of the 'braces' Javascript library)
Maintainer: Trevor L Davis <trevor.l.davis@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-15 23:20:02 UTC
Built: R 4.3.0; ; 2023-04-06 15:13:36 UTC; unix
