-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: bracer
Title: Brace Expansions
Version: 1.2.3-0
Authors@R: c(person("Trevor L", "Davis", role=c("aut", "cre"),
email="[email protected]",
comment = c(ORCID = "0000-0001-6341-4639")),
person(given = "Jon", family = "Schlinkert", role = "aut",
comment = "Author of the 'braces' Javascript library"))
Description: 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.
URL: https://trevorldavis.com/R/bracer/, https://github.com/trevorld/bracer
BugReports: https://github.com/trevorld/bracer/issues
Imports: stringr
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat,
V8
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3