-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 746 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: gargoyle
Title: An Event-Based Mechanism for 'Shiny'
Version: 0.0.1
Authors@R: person("Colin", "Fay", email = "contact@colinfay.me", role = c("aut", "cre"))
Description: An event-Based framework for building 'Shiny' apps.
Instead of relying on standard 'Shiny' reactive objects, this
package allow to relying on a lighter set of triggers, so that
reactive contexts can be invalidated with more control.
License: MIT + file LICENSE
URL: https://github.com/ColinFay/gargoyle
BugReports: https://github.com/ColinFay/gargoyle/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
shiny,
attempt
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3