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 Repository: https://t-kalinowski.r-universe.dev Date/Publication: 2019-05-10 15:08:33 UTC RemoteUrl: https://github.com/t-kalinowski/yasp RemoteRef: HEAD RemoteSha: b25cc0cff4350fd78a96257b9da5ea1a06937918 NeedsCompilation: no Packaged: 2026-05-31 07:37:14 UTC; root Author: Tomasz Kalinowski [aut, cre] Maintainer: Tomasz Kalinowski