-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
43 lines (43 loc) · 1.28 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
Package: shiny.i18n
Title: Shiny Applications Internationalization
Version: 0.3.0
Authors@R:
c(
person("Jakub", "Nowicki", email = "[email protected]", role = c("cre", "aut")),
person("Dominik", "Krzemiński", email = "[email protected]", role = c("aut")),
person("Krystian", "Igras", email = "[email protected]", role = c("aut")),
person("Jakub", "Sobolewski", email = "[email protected]", role = c("aut")),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
Description: It provides easy internationalization of Shiny
applications. It can be used as standalone translation package
to translate reports, interactive visualizations or
graphical elements as well.
Depends: R (>= 3.3.0)
Imports: yaml,
jsonlite,
methods,
stringr,
R6,
glue,
shiny,
rstudioapi,
utils
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://appsilon.github.io/shiny.i18n/, https://github.com/Appsilon/shiny.i18n
BugReports: https://github.com/Appsilon/shiny.i18n/issues
RoxygenNote: 7.2.3
Suggests:
covr,
googleLanguageR,
knitr,
lintr,
rcmdcheck,
rmarkdown,
spelling,
testthat,
withr,
quarto
Language: en-US