Package: reactlog 1.1.1
reactlog: Reactivity Visualizer for 'shiny'
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.
Authors:
reactlog_1.1.1.tar.gz
reactlog_1.1.1.zip(r-4.5)reactlog_1.1.1.zip(r-4.4)reactlog_1.1.1.zip(r-4.3)
reactlog_1.1.1.tgz(r-4.4-any)reactlog_1.1.1.tgz(r-4.3-any)
reactlog_1.1.1.tar.gz(r-4.5-noble)reactlog_1.1.1.tar.gz(r-4.4-noble)
reactlog_1.1.1.tgz(r-4.4-emscripten)reactlog_1.1.1.tgz(r-4.3-emscripten)
reactlog.pdf |reactlog.html✨
reactlog/json (API)
NEWS
# Install 'reactlog' in R: |
install.packages('reactlog', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/reactlog/issues
Last updated 2 years agofrom:83a4958ecd. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:reactlog_disablereactlog_enablereactlog_module_serverreactlog_module_uireactlog_renderreactlog_showreactlog_write
Dependencies:jsonlite
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Reactlog Shiny Module | reactlog_module_server reactlog_module_ui |
Reactive Log Visualizer | reactlog_render reactlog_show |
Write reactlog | reactlog_write |
Enable or disable the reactlog | reactlog_disable reactlog_enable setReactLog |