Skip to content

bracer 1.1.1

Compare
Choose a tag to compare
@trevorld trevorld released this 03 Sep 17:08
· 12 commits to master since this release
  • expand_braces now handles vectorized input and returns one character vector with all the brace expansions. New function str_expand_braces offers an alternative that instead returns a list of character vectors.
  • New function glob provides a wrapper around Sys.glob that supports
    both brace and wildcard expansion on file paths.