-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 993 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326"))
)
URL: https://github.com/RL10N/msgtools/
BugReports: https://github.com/RL10N/msgtools/issues
License: MIT + file LICENSE
Version: 0.2.7
Depends: R (>= 3.2.0)
Imports:
tools,
utils,
poio (>= 0.0-3),
digest,
tibble,
hunspell,
devtools
Suggests:
testthat,
knitr,
rmarkdown
SystemRequirements: GNU gettext
VignetteBuilder: knitr
RoxygenNote: 6.0.1