-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
223 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
^cran-comments.rst$ | ||
^README.Rmd$ | ||
^README.html$ | ||
^Rakefile$ | ||
^notes.txt$ | ||
^LICENSE.md$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
README.html | ||
*.swp | ||
notes.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Package: bracer | ||
Title: Bash-style Brace Expansion | ||
Version: 0.1.0-0 | ||
Title: Brace Expansions | ||
Version: 1.0.1 | ||
Authors@R: | ||
person(given = "Trevor", | ||
family = "Davis", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Description: Provides partial support for Bash-style brace expansions. | ||
Description: Performs brace expansions on strings. Made popular by Unix shells, brace expansion allows users to quickly 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. | ||
Imports: stringr | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
bracer 1.0.1 | ||
============ | ||
|
||
* ``expand_braces`` can now parse nested braces. | ||
|
||
bracer 0.1 | ||
========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Resubmission. Elaborated the 'Description' field as requested. | ||
|
||
**Test environments** | ||
|
||
* local (linux, R 3.4.4) | ||
* win-builder (windows, R devel) | ||
* appveyor (windows, R devel) | ||
* appveyor (windows, R release) | ||
* travis-ci (linux, R devel) | ||
* travis-ci (linux, R release) | ||
|
||
**R CMD check --as-cran results** | ||
|
||
Status: 1 NOTE (that this is a new submission) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.