-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.02 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
Package: reactr
Type: Package
Title: Reactive object bindings with built-in caching and push functionality
Version: 0.1.16
Date: 2014-12-09 19:08:25
Author: Janko Thyson [aut, cre]
Maintainer: Janko Thyson <[email protected]>
Description: The package facilitates the specification of reactive objects
based on reactive expressions that dynamically bind them to other objects.
That way, an object 'x' can be dynamically observed by 'n' other objects.
Whenever 'x' changes, the 'n' variables observing 'x' change according to
their reactive expressions that defines the actual binding relationship.
Two different reactivity are provided: one builds on top of functionality
from the shiny package, the other is an alternative implementation that
reveals a lot of the details that shiny solves in a similar, yet much more
elegantly way.
License: GPL (>= 2)
Roxygen: list(wrap = FALSE)
NeedsCompilation: no
Repository: CRAN
Imports:
conditionr,
digest,
R6,
shiny,
typr,
yaml,
yamlr