-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
34 lines (34 loc) · 1.27 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
Package: shiny.router
Type: Package
Title: Basic Routing for Shiny Web Applications
Version: 0.3.1
Authors@R:
c(
person("Ryszard", "Szymański", email = "[email protected]", role = c("cre", "aut")),
person("Jakub", "Nowicki", email = "[email protected]", role = c("aut")),
person("Filip", "Stachura", email = "[email protected]", role = c("aut")),
person("Dominik", "Krzemiński", email = "[email protected]", role = c("aut")),
person("Krystian", "Igras", email = "[email protected]", role = c("aut")),
person("Servet Ahmet", "Çizmeli", email = "[email protected]", role = c("ctb")),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
Description: It is a simple router for your Shiny apps.
The router allows you to create dynamic web applications with real-time
User Interface and easily share url to pages within your Shiny apps.
URL: https://appsilon.github.io/shiny.router/, https://github.com/Appsilon/shiny.router
BugReports: https://github.com/Appsilon/shiny.router/issues
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
Imports:
htmltools,
glue,
rlang,
shiny
RoxygenNote: 7.2.3
Suggests:
covr,
lintr,
rcmdcheck,
spelling,
testthat