yasp: String Functions for Compact R Code

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.

Version: 0.2.0
Published: 2018-05-29
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <tkalinow at asu.edu>
BugReports: https://github.com/t-kalinowski/yasp/issues
License: MIT + file LICENSE
URL: https://github.com/t-kalinowski/yasp
NeedsCompilation: no
Materials: README
CRAN checks: yasp results

Documentation:

Reference manual: yasp.pdf

Downloads:

Package source: yasp_0.2.0.tar.gz
Windows binaries: r-devel: yasp_0.2.0.zip, r-release: yasp_0.2.0.zip, r-oldrel: yasp_0.2.0.zip
macOS binaries: r-release (arm64): yasp_0.2.0.tgz, r-oldrel (arm64): yasp_0.2.0.tgz, r-release (x86_64): yasp_0.2.0.tgz
Old sources: yasp archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=yasp to link to this page.