Package: jetty 0.2.2

jetty: Execute R in a 'Docker' Context
The goal of 'jetty' is to execute R functions and code snippets in an isolated R subprocess within a 'Docker' container and return the evaluated results to the local R session. 'jetty' can install necessary packages at runtime and seamlessly propagates errors and outputs from the 'Docker' subprocess back to the main session. 'jetty' is primarily designed for sandboxed testing and quick execution of example code.
Authors:
jetty_0.2.2.tar.gz
jetty_0.2.2.zip(r-4.7)jetty_0.2.2.zip(r-4.6)jetty_0.2.2.zip(r-4.5)
jetty_0.2.2.tgz(r-4.6-any)jetty_0.2.2.tgz(r-4.5-any)
jetty_0.2.2.tar.gz(r-4.7-any)jetty_0.2.2.tar.gz(r-4.6-any)
jetty_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
jetty/json (API)
NEWS
| # Install 'jetty' in R: |
| install.packages('jetty', repos = c('https://dmolitor.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dmolitor/jetty/issues
Pkgdown/docs site:https://www.dmolitor.com
Last updated from:bd5b3c7714. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 83 | ||
| macos-oldrel-arm64 | OK | 104 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 92 |
Exports:runrun_script
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Execute an R expression inside a Docker container | run |
| Execute an R script inside a Docker container | run_script |
