Package: err 0.2.0.9001

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:
err_0.2.0.9001.tar.gz
err_0.2.0.9001.zip(r-4.7)err_0.2.0.9001.zip(r-4.6)err_0.2.0.9001.zip(r-4.5)
err_0.2.0.9001.tgz(r-4.6-any)err_0.2.0.9001.tgz(r-4.5-any)
err_0.2.0.9001.tar.gz(r-4.7-any)err_0.2.0.9001.tar.gz(r-4.6-any)
err_0.2.0.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
err/json (API)
NEWS
| # Install 'err' in R: |
| install.packages('err', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/err/issues
Last updated from:23157f7a9a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 183 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 79 | ||
| macos-oldrel-arm64 | OK | 63 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 91 |
Exports:cccc_andcc_orcncoco_andco_orerrmsgpp0wrn
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Concatenation with Commas | cc cc.character cc.data.frame cc.default cc.factor |
| Customizable Number Aware String | cn |
| Customizable Object Aware String | co co.character co.data.frame co.default co.factor |
| Error | err |
| Wrappers with Conjunction and '' Brackets. | cc_and cc_or co_and co_or err_wrappers |
| Message | msg |
| Paste | p p0 |
| Warning | wrn |
