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.
Version: | 0.2.1 |
Depends: | R (≥ 2.15) |
Imports: | stringi |
Suggests: | testthat, knitr |
Published: | 2015-09-09 |
DOI: | 10.32614/CRAN.package.rprintf |
Author: | Kun Ren |
Maintainer: | Kun Ren <ken at renkun.me> |
BugReports: | https://github.com/renkun-ken/rprintf/issues |
License: | MIT + file LICENSE |
URL: | http://renkun.me/rprintf, https://github.com/renkun-ken/rprintf |
NeedsCompilation: | no |
Materials: | README NEWS |
In views: | ReproducibleResearch |
CRAN checks: | rprintf results |
Reference manual: | rprintf.pdf |
Package source: | rprintf_0.2.1.tar.gz |
Windows binaries: | r-devel: rprintf_0.2.1.zip, r-release: rprintf_0.2.1.zip, r-oldrel: rprintf_0.2.1.zip |
macOS binaries: | r-release (arm64): rprintf_0.2.1.tgz, r-oldrel (arm64): rprintf_0.2.1.tgz, r-release (x86_64): rprintf_0.2.1.tgz, r-oldrel (x86_64): rprintf_0.2.1.tgz |
Old sources: | rprintf archive |
Please use the canonical form https://CRAN.R-project.org/package=rprintf to link to this page.