Package: messaging 0.1.0
messaging: Conveniently Issue Messages, Warnings, and Errors
Provides tools for creating and issuing nicely-formatted text within R diagnostic messages and those messages given during warnings and errors. The formatting of the messages can be customized using templating features. Issues with singular and plural forms can be handled through specialized syntax.
Authors:
messaging_0.1.0.tar.gz
messaging_0.1.0.zip(r-4.7)messaging_0.1.0.zip(r-4.6)messaging_0.1.0.zip(r-4.5)
messaging_0.1.0.tgz(r-4.6-any)messaging_0.1.0.tgz(r-4.5-any)
messaging_0.1.0.tar.gz(r-4.7-any)messaging_0.1.0.tar.gz(r-4.6-any)
messaging_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
messaging/json (API)
NEWS
| # Install 'messaging' in R: |
| install.packages('messaging', repos = c('https://rich-iannone.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rich-iannone/messaging/issues
errorsfunctionsmessageswarnings
Last updated from:2d94d0b1f4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 124 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 64 | ||
| windows-oldrel | OK | 117 | ||
| wasm-release | OK | 100 |
Exports:%>%emit_erroremit_messageemit_warning
Dependencies:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Stop function and provide associated messages | emit_error |
| Provide a message with a consistent format | emit_message |
| Provide a warning with a consistent format | emit_warning |
