Package: yasp
Type: Package
Title: String Functions for Compact R Code
Version: 0.2.0
Authors@R: person("Tomasz", "Kalinowski", email = "tkalinow@asu.edu",
                  role = c("aut", "cre"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/t-kalinowski/yasp
BugReports: https://github.com/t-kalinowski/yasp/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-29 22:25:55 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <tkalinow@asu.edu>
Repository: CRAN
Date/Publication: 2018-05-29 22:46:45 UTC
Built: R 4.5.2; ; 2025-11-01 01:45:38 UTC; windows
