-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: transltr
Title: Support Many Languages in R
Version: 0.1.0
Authors@R: c(
person("Jean-Mathieu", "Potvin",
role = c("aut", "cre", "cph"),
email = "jeanmathieupotvin@ununoctium.dev"),
person("Jérôme", "Lavoué",
role = c("ctb", "fnd", "rev"),
email = "jerome.lavoue@umontreal.ca",
comment = c(ORCID = "0000-0003-4950-5475"))
)
Description: An object model for source text and translations. Find and extract
translatable strings. Provide translations and seamlessly retrieve them at
runtime.
License: MIT + file LICENSE
URL: https://transltr.ununoctium.dev
BugReports: https://github.com/jeanmathieupotvin/transltr/issues
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends:
R (>= 4.2)
Imports:
digest,
R6,
utils,
yaml
Suggests:
covr,
devtools,
lifecycle,
microbenchmark,
pkgdown,
testthat (>= 3.0.0),
usethis,
withr
Collate:
'assert.R'
'class-location.R'
'constants.R'
'class-text.R'
'class-translator.R'
'find-source-in-exprs.R'
'find-source.R'
'flat.R'
'hash.R'
'language.R'
'normalize.R'
'serialize.R'
'text-io.R'
'translate-is-call.R'
'translate.R'
'translator-io.R'
'transltr-package.R'
'utils-format-vector.R'
'utils-map.R'
'utils-nullish-op.R'
'utils-stop.R'
'utils-strings.R'
'uuid.R'
'zzz.R'