Package: bracer 1.2.3-1
bracer: Brace Expansions
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.
Authors:
bracer_1.2.3-1.tar.gz
bracer_1.2.3-1.zip(r-4.7)bracer_1.2.3-1.zip(r-4.6)bracer_1.2.3-1.zip(r-4.5)
bracer_1.2.3-1.tgz(r-4.6-any)bracer_1.2.3-1.tgz(r-4.5-any)
bracer_1.2.3-1.tar.gz(r-4.7-any)bracer_1.2.3-1.tar.gz(r-4.6-any)
bracer_1.2.3-1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
bracer/json (API)
NEWS
| # Install 'bracer' in R: |
| install.packages('bracer', repos = c('https://trevorld.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/trevorld/bracer/issues
Pkgdown/docs site:https://trevorldavis.com
Last updated from:1ef8a77aa0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 74 | ||
| macos-oldrel-arm64 | OK | 77 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 103 |
Exports:expand_bracesglobstr_expand_braces
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bash-style brace expansion | expand_braces str_expand_braces |
| Brace and Wildcard expansion on file paths | glob |
