Package: rprintf 0.2.3
rprintf: Adaptive Builder for Formatted Strings
Provides a set of functions to facilitate building formatted strings under various replacement rules: C-style formatting, variable-based formatting, and number-based formatting. C-style formatting is basically identical to built-in function 'sprintf'. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.
Authors:
rprintf_0.2.3.tar.gz
rprintf_0.2.3.zip(r-4.7)rprintf_0.2.3.zip(r-4.6)rprintf_0.2.3.zip(r-4.5)
rprintf_0.2.3.tgz(r-4.6-any)rprintf_0.2.3.tgz(r-4.5-any)
rprintf_0.2.3.tar.gz(r-4.7-any)rprintf_0.2.3.tar.gz(r-4.6-any)
rprintf_0.2.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rprintf/json (API)
NEWS
| # Install 'rprintf' in R: |
| install.packages('rprintf', repos = c('https://renkun-ken.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/renkun-ken/rprintf/issues
Last updated from:06af67ef94. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 101 | ||
| macos-release-arm64 | OK | 89 | ||
| macos-oldrel-arm64 | OK | 80 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 112 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 95 |
Dependencies:stringi
