forked from Appsilon/shiny.i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.3 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
Package: shiny.i18n
Title: Shiny Applications Internationalization
Version: 0.3.0
Authors@R:
c(
person("Jakub", "Nowicki", email = "opensource+kuba@appsilon.com", role = c("cre", "aut")),
person("Dominik", "Krzemiński", email = "raymon92@gmail.com", role = c("aut")),
person("Krystian", "Igras", email = "krystian8207@gmail.com", role = c("aut")),
person("Jakub", "Sobolewski", email = "jakub.sobolewski@appsilon.com", role = c("aut")),
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
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,
stringi,
R6,
glue,
shiny,
rstudioapi,
utils,
data.table
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.3.1
Suggests:
covr,
googleLanguageR,
knitr,
lintr,
rcmdcheck,
rmarkdown,
spelling,
testthat,
withr,
quarto
Language: en-US