Package: err 0.2.0.9000

Joe Thorley

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.

Authors:Joe Thorley [aut, cre], James Dunham [aut]

err_0.2.0.9000.tar.gz
err_0.2.0.9000.zip(r-4.5)err_0.2.0.9000.zip(r-4.4)err_0.2.0.9000.zip(r-4.3)
err_0.2.0.9000.tgz(r-4.4-any)err_0.2.0.9000.tgz(r-4.3-any)
err_0.2.0.9000.tar.gz(r-4.5-noble)err_0.2.0.9000.tar.gz(r-4.4-noble)
err_0.2.0.9000.tgz(r-4.4-emscripten)err_0.2.0.9000.tgz(r-4.3-emscripten)
err.pdf |err.html
err/json (API)
NEWS

# Install err in R:
install.packages('err', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/poissonconsulting/err/issues

On CRAN:

errorsmessageswarnings

12 exports 7 stars 1.58 score 0 dependencies 1 dependents 133 downloads

Last updated 3 years agofrom:3c950d3d0e

Exports:cccc_andcc_orcncoco_andco_orerrmsgpp0wrn

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Concatenation with Commascc cc.character cc.data.frame cc.default cc.factor
Customizable Number Aware Stringcn
Customizable Object Aware Stringco co.character co.data.frame co.default co.factor
Errorerr
Wrappers with Conjunction and '' Brackets.cc_and cc_or co_and co_or err_wrappers
Messagemsg
Pastep p0
Warningwrn