Package: reactlog Title: Reactivity Visualizer for 'shiny' Version: 1.1.1.9000 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) 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), rmarkdown, Suggests: shiny (>= 1.5.0), fontawesome (>= 0.3.0), knitr, htmltools, testthat License: MIT + 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 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2026-05-14 17:39:35 UTC RemoteUrl: https://github.com/rstudio/reactlog RemoteRef: HEAD RemoteSha: 5596417754f2134cf53b94c2a6dd0b46cdbd9337 NeedsCompilation: no Packaged: 2026-06-18 22:14:52 UTC; root Author: Barret Schloerke [aut, cre] (ORCID: ), Joe Cheng [ctb], RStudio [cph, fnd] Maintainer: Barret Schloerke