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
LazyData: true
ByteCompile: true
RoxygenNote: 6.0.1
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2018-05-25 07:17:43 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2018-05-27 16:34:19 UTC
Built: R 4.4.3; ; 2025-10-13 11:30:33 UTC; windows
