Package: yasp 0.2.0
yasp: String Functions for Compact R Code
A collection of string functions designed for writing compact and expressive R code. 'yasp' (Yet Another String Package) is simple, fast, dependency-free, and written in pure R. The package provides: a coherent set of abbreviations for paste() from package 'base' with a variety of defaults, such as p() for "paste" and pcc() for "paste and collapse with commas"; wrap(), bracket(), and others for wrapping a string in flanking characters; unwrap() for removing pairs of characters (at any position in a string); and sentence() for cleaning whitespace around punctuation and capitalization appropriate for prose sentences.
Authors:
yasp_0.2.0.tar.gz
yasp_0.2.0.zip(r-4.7)yasp_0.2.0.zip(r-4.6)yasp_0.2.0.zip(r-4.5)
yasp_0.2.0.tgz(r-4.6-any)yasp_0.2.0.tgz(r-4.5-any)
yasp_0.2.0.tar.gz(r-4.7-any)yasp_0.2.0.tar.gz(r-4.6-any)
yasp_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
yasp/json (API)
| # Install 'yasp' in R: |
| install.packages('yasp', repos = c('https://t-kalinowski.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/t-kalinowski/yasp/issues
Last updated from:b25cc0cff4. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 96 | ||
| source / vignettes | OK | 142 | ||
| linux-release-x86_64 | WARNING | 99 | ||
| macos-release-arm64 | WARNING | 62 | ||
| macos-oldrel-arm64 | WARNING | 78 | ||
| windows-devel | WARNING | 65 | ||
| windows-release | WARNING | 64 | ||
| windows-oldrel | WARNING | 80 | ||
| wasm-release | OK | 78 |
Exports:bracebracketdbl_quotepp0parenspcpc_andpc_orpccpcnlpcspcscpspshpsnlpsspsusentencesngl_quoteunparensunwrapwrap
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| paste variants | p p0 pc pcc pcnl pcs pcsc pc_and pc_or ps psh psnl pss psu |
| sentence | sentence |
| unwrap | unparens unwrap |
| Wrap strings | brace bracket dbl_quote parens sngl_quote wrap |
