-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1006 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
34
35
36
37
Package: poio
Title: Input/Output Functionality for "PO" and "POT" Message Translation Files
Version: 0.0-4
Maintainer: Richard Cotton <[email protected]>
URL: https://github.com/RL10N/poio
BugReports: https://github.com/RL10N/poio/issues
Authors@R: c(person("Richard", "Cotton", email = "[email protected]", role = c("aut", "cre")),
person("Thomas", "Leeper", email = "[email protected]", role = "aut"))
Description: Read and write PO and POT files, for package translations.
Depends:
R (>= 3.2.5)
Imports:
assertive.base,
assertive.properties,
assertive.types,
assertive.files,
assertive.sets,
assertive.strings,
devtools,
digest,
dplyr,
magrittr,
purrr,
R6,
stringi,
tibble,
tools,
utils,
whoami
Suggests:
testthat,
rebus.datetimes
License: GPL-3
Acknowledgements: Development of this package has been funded by the R Consortium (https://r-consortium.org).
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0