Package: bracer Title: Brace Expansions Version: 1.2.3-1 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev Repository: https://trevorld.r-universe.dev Date/Publication: 2026-03-29 17:25:08 UTC RemoteUrl: https://github.com/trevorld/bracer RemoteRef: HEAD RemoteSha: 1ef8a77aa061538a1111462d77a954734a510f03 NeedsCompilation: no Packaged: 2026-05-28 06:47:18 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Jon Schlinkert [aut] (Author of the 'braces' Javascript library) Maintainer: Trevor L. Davis