Package: reactlog
Title: Reactivity Visualizer for 'shiny'
Version: 1.1.1
Authors@R: c(
      person(
        "Barret", "Schloerke", email = "barret@rstudio.com", role = c("aut", "cre"),
        comment = c(ORCID = "0000-0001-9986-114X")
      ),
      person("Joe", "Cheng", email = "joe@rstudio.com", role = c("ctb")),
      person("RStudio", role = c("cph", "fnd"))
    )
Description: Building interactive web applications with R is incredibly easy
  with 'shiny'. Behind the scenes, 'shiny' builds a reactive graph that can
  quickly become intertwined and difficult to debug. 'reactlog'
  (Schloerke 2019) <doi:10.5281/zenodo.2591517> provides a visual insight into
  that black box of 'shiny' reactivity by constructing a directed dependency
  graph of the application's reactive state at any time point in a reactive
  recording.
Depends: R (>= 3.0.2)
Imports: jsonlite (>= 0.9.16),
Suggests: shiny (>= 1.5.0), fontawesome (>= 0.3.0), knitr, rmarkdown,
        htmltools, testthat
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
URL: https://rstudio.github.io/reactlog/,
        https://github.com/rstudio/reactlog,
        https://community.rstudio.com/tag/reactlog
BugReports: https://github.com/rstudio/reactlog/issues
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2022-09-26 15:43:57 UTC; barret
Author: Barret Schloerke [aut, cre] (<https://orcid.org/0000-0001-9986-114X>),
  Joe Cheng [ctb],
  RStudio [cph, fnd]
Maintainer: Barret Schloerke <barret@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-26 16:20:02 UTC
Built: R 4.5.1; ; 2025-10-06 01:19:22 UTC; windows
