-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 980 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
Type: Package
Package: potools
Title: Tools for Internationalization and Portability in R Packages
Version: 0.2.4
Authors@R: c(
person("Michael", "Chirico", , "MichaelChirico4@gmail.com", role = c("cre", "aut")),
person("Hadley", "Wickham", role = "aut")
)
Description: Translating messages in R packages is managed using the po
top-level directory and the 'gettext' program. This package provides
some helper functions for building this support in R packages, e.g.
common validation & I/O tasks.
License: GPL-3
URL: https://github.com/MichaelChirico/potools,
https://michaelchirico.github.io/potools/
BugReports: https://github.com/MichaelChirico/potools/issues
Depends:
R (>= 4.0.0)
Imports:
data.table, glue
Suggests:
crayon,
knitr,
rmarkdown,
testthat (>= 3.1.5),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: gettext