-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use TOML files to define content - `roxy_lbl()`: add logical param `as_sentence` which defaults to `TRUE`; if `FALSE`, result begins lower-case and omits final punctuation - improve doc - remove long-form fn aliases (`*_label*()`, `abbreviations()`) - move only R condition message to MD snips and remove all msg stuff - rename param / colname `name` to `id` in all relevant places - properly define set of supported roxy tags for lbls - tweak roxy lbl IDs - update pkg title - update TODOs
- Loading branch information
Showing
58 changed files
with
1,203 additions
and
1,455 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,7 +1,7 @@ | ||
Package: pkgsnip | ||
Title: Standardized Labels, Messages and (R) Markdown Snippets for Package | ||
Title: Standardized roxygen2 Labels and (R) Markdown Snippets for Package | ||
Authors | ||
Version: 0.0.9036 | ||
Version: 0.0.9037 | ||
Authors@R: | ||
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5329-5987")) | ||
|
@@ -18,6 +18,7 @@ Depends: | |
R (>= 4.2) | ||
Imports: | ||
checkmate (>= 2.0.0), | ||
cli (>= 3.6.1), | ||
dplyr (>= 1.0.0), | ||
fs (>= 1.4.1), | ||
glue (>= 1.4.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
Oops, something went wrong.