Package: shinyStep 0.5.1
shinyStep: User-Editable R Functions in 'Shiny' Apps with a Step Debugger
A pair of 'Shiny' modules that let end users of a 'Shiny' application author their own R functions directly in the browser. Host apps can expose these modules as extension points where user-supplied code augments or replaces built-in logic, without requiring users to modify the app's source. Each module embeds an 'Ace' editor with a structured argument table, an in-frame R console rooted in the paused function's local environment, and a step debugger that handles for, while, repeat, and if/else blocks at any nesting depth. Two module flavours are provided: solo editors for testing a function in isolation with literal argument values, and embedded editors for pausing a function mid-execution inside a larger host program.
Authors:
shinyStep_0.5.1.tar.gz
shinyStep_0.5.1.zip(r-4.7)shinyStep_0.5.1.zip(r-4.6)shinyStep_0.5.1.zip(r-4.5)
shinyStep_0.5.1.tgz(r-4.6-any)shinyStep_0.5.1.tgz(r-4.5-any)
shinyStep_0.5.1.tar.gz(r-4.7-any)shinyStep_0.5.1.tar.gz(r-4.6-any)
shinyStep_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinyStep/json (API)
| # Install 'shinyStep' in R: |
| install.packages('shinyStep', repos = c('https://zhangh12.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/zhangh12/shinystep/issues
Last updated from:1acfe8afc5. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 227 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 110 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 86 | ||
| windows-release | OK | 101 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 105 |
Exports:continue_to_next_pauseembeddedStepServerembeddedStepUImake_runnerrun_demorun_programsoloStepServersoloStepUIstep_fnstep_out_framestop_runner
Dependencies:base64encbslibcachemclicommonmarkdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangsassshinyshinyAcesourcetoolswithrxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Continue execution to the next registered pause point (Continue button) | continue_to_next_pause |
| Server for an embedded-mode step debugger | embeddedStepServer |
| UI for an embedded-mode step debugger | embeddedStepUI |
| Create a shared debugger runner | make_runner |
| Launch the bundled demo Shiny app | run_demo |
| Launch the main program | run_program |
| Server for a solo-mode step debugger | soloStepServer |
| UI for a solo-mode step debugger | soloStepUI |
| Execute the next expression, auto-expanding compound blocks (Next button) | step_fn |
| Step out of the current loop or if/else block (Step Out button) | step_out_frame |
| Stop execution and reset the runner (Stop button) | stop_runner |
