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.5)messaging_0.1.0.zip(r-4.4)messaging_0.1.0.zip(r-4.3)
messaging_0.1.0.tgz(r-4.5-any)messaging_0.1.0.tgz(r-4.4-any)messaging_0.1.0.tgz(r-4.3-any)
messaging_0.1.0.tar.gz(r-4.5-noble)messaging_0.1.0.tar.gz(r-4.4-noble)
messaging_0.1.0.tgz(r-4.4-emscripten)messaging_0.1.0.tgz(r-4.3-emscripten)
messaging.pdf |messaging.html✨
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 7 years agofrom:2d94d0b1f4. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 18 2025 |
R-4.5-win | OK | Feb 18 2025 |
R-4.5-mac | OK | Feb 18 2025 |
R-4.5-linux | OK | Feb 18 2025 |
R-4.4-win | OK | Feb 18 2025 |
R-4.4-mac | OK | Feb 18 2025 |
R-4.3-win | OK | Feb 18 2025 |
R-4.3-mac | OK | Feb 18 2025 |
Exports:%>%emit_erroremit_messageemit_warning
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
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 |