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 RoxygenNote: 7.2.3 Imports: shiny, attempt Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://colinfay.r-universe.dev Date/Publication: 2024-08-16 12:45:12 UTC RemoteUrl: https://github.com/colinfay/gargoyle RemoteRef: HEAD RemoteSha: 34ab8895333bf071b7d6dadd3f1aa0d28e3368c6 NeedsCompilation: no Packaged: 2026-06-17 08:55:33 UTC; root Author: Colin Fay [aut, cre] Maintainer: Colin Fay