Package: rprintf
Type: Package
Title: Adaptive Builder for Formatted Strings
Version: 0.2.1
Author: Kun Ren <ken@renkun.me>
Maintainer: Kun Ren <ken@renkun.me>
Description: 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.
Depends: R (>= 2.15)
Date: 2015-09-09
Imports: stringi
Suggests: testthat, knitr
License: MIT + file LICENSE
URL: http://renkun.me/rprintf, https://github.com/renkun-ken/rprintf
BugReports: https://github.com/renkun-ken/rprintf/issues
ByteCompile: TRUE
NeedsCompilation: no
Packaged: 2015-09-09 07:18:12 UTC; Kun
Repository: CRAN
Date/Publication: 2015-09-09 09:34:46
Built: R 4.2.0; ; 2023-04-01 15:29:35 UTC; unix
