Package: bracer 1.2.3-0

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:Trevor L Davis [aut, cre], Jon Schlinkert [aut]

bracer_1.2.3-0.tar.gz
bracer_1.2.3-0.zip(r-4.5)bracer_1.2.3-0.zip(r-4.4)bracer_1.2.3-0.zip(r-4.3)
bracer_1.2.3-0.tgz(r-4.4-any)bracer_1.2.3-0.tgz(r-4.3-any)
bracer_1.2.3-0.tar.gz(r-4.5-noble)bracer_1.2.3-0.tar.gz(r-4.4-noble)
bracer_1.2.3-0.tgz(r-4.4-emscripten)bracer_1.2.3-0.tgz(r-4.3-emscripten)
bracer.pdf |bracer.html
bracer/json (API)
NEWS

# Install 'bracer' in R:
install.packages('bracer', repos = c('https://trevorld.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/trevorld/bracer/issues

On CRAN:

3 exports 2 stars 4.56 score 8 dependencies 1 dependents 12 scripts 387 downloads

Last updated 2 years agofrom:9c7148d8b6. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-winOKSep 11 2024
R-4.5-linuxOKSep 11 2024
R-4.4-winOKSep 11 2024
R-4.4-macOKSep 11 2024
R-4.3-winOKSep 11 2024
R-4.3-macOKSep 11 2024

Exports:expand_bracesglobstr_expand_braces

Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs

Introduction to bracer

Rendered frombracer.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2023-03-20
Started: 2023-03-15