Package: shinymeta 0.2.2.9000
shinymeta: Export Domain Logic from Shiny using Meta-Programming
Provides tools for capturing logic in a Shiny app and exposing it as code that can be run outside of Shiny (e.g., from an R console). It also provides tools for bundling both the code and results to the end user.
Authors:
shinymeta_0.2.2.9000.tar.gz
shinymeta_0.2.2.9000.zip(r-4.7)shinymeta_0.2.2.9000.zip(r-4.6)shinymeta_0.2.2.9000.zip(r-4.5)
shinymeta_0.2.2.9000.tgz(r-4.6-any)shinymeta_0.2.2.9000.tgz(r-4.5-any)
shinymeta_0.2.2.9000.tar.gz(r-4.7-any)shinymeta_0.2.2.9000.tar.gz(r-4.6-any)
shinymeta_0.2.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinymeta/json (API)
NEWS
| # Install 'shinymeta' in R: |
| install.packages('shinymeta', repos = c('https://willgearty.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/shinymeta/issues
Pkgdown/docs site:https://rstudio.github.io
Last updated from:6566118233. Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 194 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-oldrel-arm64 | OK | 81 | ||
| windows-devel | OK | 88 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 112 |
Exports:..buildRmdBundlebuildScriptBundledeparseCodedisplayCodeModalexpandChainformatCodeknit_print.shinyMetaExprmetaActionmetaExprmetaObservemetaObserve2metaReactivemetaReactive2metaRendermetaRender2newExpansionContextoutputCodeButtonstyleTextwithMetaMode
Dependencies:base64encbslibcachemcallrclicommonmarkdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeotelprocessxpromisespspurrrR.cacheR.methodsS3R.ooR.utilsR6rappdirsRcpprlangrprojrootsassshinysourcetoolsstylervctrswithrxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Produce a zip bundle of code and results | buildRmdBundle buildScriptBundle |
| Display a shinyAce code editor via shiny modal | displayCodeModal |
| Expand code objects | expandChain newExpansionContext |
| Deparse and format shinymeta expressions | deparseCode formatCode styleText |
| Run/capture non-reactive code for side effects | metaAction |
| Mark an expression as a meta-expression | metaExpr |
| Create a meta-reactive observer | metaObserve metaObserve2 |
| Create a meta-reactive expression | metaReactive metaReactive2 |
| Create a meta-reactive output | metaRender metaRender2 |
| Overlay an icon on a shiny output | outputCodeButton |
| Evaluate an expression with meta mode activated | withMetaMode |
