Skip to content

Commit

Permalink
docs: Include link to official Bash documentation on Brace Expansion …
Browse files Browse the repository at this point in the history
…[skip ci]
  • Loading branch information
trevorld committed Aug 5, 2019
1 parent b7d035a commit 13ace09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bracer
[![Coverage Status](https://img.shields.io/codecov/c/github/trevorld/bracer/master.svg)](https://codecov.io/github/trevorld/bracer?branch=master)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

``bracer`` provides partial support for Bash-style brace expansion in R.
``bracer`` provides partial support for [Bash-style brace expansion](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Brace-Expansion) in R.

```{r examples}
library("bracer")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bracer
[![Coverage Status](https://img.shields.io/codecov/c/github/trevorld/bracer/master.svg)](https://codecov.io/github/trevorld/bracer?branch=master)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

``bracer`` provides partial support for Bash-style brace expansion in R.
``bracer`` provides partial support for [Bash-style brace expansion](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Brace-Expansion) in R.


```r
Expand Down

0 comments on commit 13ace09

Please sign in to comment.