-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 930 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
Package: traduire
Title: Internationalisation on the Fly
Version: 0.1.1
Authors@R:
c(person(given = "Rich",
family = "FitzJohn",
role = c("aut", "cre"),
email = "[email protected]"),
person("i18next", role = "cph"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Internationalisation ('i18n') support for R, switching
languages at runtime, based on the 'i18next' 'JavaScript' library.
This provides an alternative approach to internationalisation than
supported directly by R.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
V8,
R6,
glue (>= 1.8.0)
Suggests:
jsonlite,
knitr,
mockery,
rmarkdown,
testthat
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Language: en-GB
URL: https://github.com/reside-ic/traduire
BugReports: https://github.com/reside-ic/traduire/issues