err: Customizable Object Sensitive Messages

Messages should provide users with readable information about R objects without flooding their console. 'cc()' concatenates vector and data frame values into a grammatically correct string using commas, an ellipsis and conjunction. 'cn()' allows the user to define a string which varies based on a count. 'co()' combines the two to produce a customizable object aware string. The package further facilitates this process by providing five 'sprintf'-like types such as '%n' for the length of an object and '%o' for its name as well as wrappers for pasting objects and issuing errors, warnings and messages.

Version: 0.2.0
Suggests: testthat, covr
Published: 2019-04-25
Author: Joe Thorley ORCID iD [aut, cre], James Dunham [aut]
Maintainer: Joe Thorley <joe at poissonconsulting.ca>
BugReports: https://github.com/poissonconsulting/err/issues
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/err
NeedsCompilation: no
Materials: README NEWS
CRAN checks: err results

Documentation:

Reference manual: err.pdf

Downloads:

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

Linking:

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