Type: Package Package: messaging Title: Conveniently Issue Messages, Warnings, and Errors Version: 0.1.0 Description: 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@R: person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X")) License: MIT + file LICENSE URL: https://github.com/rich-iannone/messaging BugReports: https://github.com/rich-iannone/messaging/issues Depends: R (>= 3.1.2) Imports: dplyr (>= 0.7.4), glue (>= 1.2.0), magrittr, rlang (>= 0.2.0), stringr (>= 1.3.0) Encoding: UTF-8 ByteCompile: true RoxygenNote: 6.0.1 Suggests: testthat, covr Config/pak/sysreqs: libicu-dev Repository: https://rich-iannone.r-universe.dev Date/Publication: 2018-05-27 19:20:17 UTC RemoteUrl: https://github.com/rich-iannone/messaging RemoteRef: HEAD RemoteSha: 2d94d0b1f4e978ee1050a32523de3a0b6bacc87a NeedsCompilation: no Packaged: 2026-07-04 07:20:55 UTC; root Author: Richard Iannone [aut, cre] (ORCID: ) Maintainer: Richard Iannone