Package: msgtools
Type: Package
Title: Tools for Developing Diagnostic Messages
Description: A number of utilities for developing and maintaining error, warning,
    and other messages in R packages, including checking for consistency across
    messages, spell-checking messages, and building message translations into
    various languages for purposes of localization.
Date: 2017-02-28
Authors@R: c(person("Thomas J.", "Leeper",
                    role = c("aut", "cre"),
                    email = "thosjleeper@gmail.com"))
URL: https://github.com/RL10N/msgtools/
BugReports: https://github.com/RL10N/msgtools/issues
License: MIT + file LICENSE
Version: 0.2.6
Depends: R (>= 3.2.0)
Imports: tools, utils, poio (>= 0.0-3), digest, tibble, hunspell,
        devtools
Suggests: testthat, knitr
SystemRequirements: GNU gettext
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-02-28 12:08:12 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre]
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2017-02-28 14:48:34
