-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.02 KB
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: shi18ny
Title: Tools for shiny apps internationalization
Version: 1.1.1
Authors@R: c(
person(given = "Juan Pablo",
family = "Marin Diaz",
role = c("aut", "cre"),
email = "jpmarindiaz@gmail.com"),
person(given = "Lena",
family = "Mangold",
role = "ctb",
email = "lena@mangold.org"),
person("Datasketch", role = c("cph", "fnd"))
)
Maintainer: Juan Pablo Marin Diaz <jpmarindiaz@gmail.com>
Description: Create shiny apps in multiples languages. You can include
common words in multiple languages or provide your custom translations.
URL: https://github.com/datasketch/shi18ny, https://shi18ny.datasketch.dev
BugReports: https://github.com/datasketch/shi18ny/issues
License: MIT + file LICENSE
LazyData: true
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.0.0),
Imports:
shiny,
shinyjs,
yaml,
dplyr,
purrr
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.1