-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
30 lines (30 loc) · 954 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
Package: shiny.collections
Type: Package
Title: Realtime collections in Shiny apps through rethinkdb
Version: 0.1.1
Authors@R: c(
person("Filip", "Stachura", email = "filip@appsilon.com",
role = "aut"),
person("Marek", "Rogala", email = "marek@appsilon.com",
role = c("aut", "cre")),
person("Dominik", "Krzemiński",
email = "dominik@appsilon.com",
role = "aut")
)
Description: Storing persistent data in Shiny apps is not trival.
One have to directly write to files, databases, etc. This package
is inspired by how collections work in Meteor (https://www.meteor.com/).
Not only they are persistent, but also synchronized in real time
between all Shiny sessions.
BugReports: https://github.com/Appsilon/shiny.semantic/issues
Encoding: UTF-8
LazyData: TRUE
License: MIT
RoxygenNote: 6.0.1
Imports:
shiny (>= 0.12.1),
rethinker,
yaml,
tibble,
purrr,
dplyr