Package: jetty 0.2.0

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.0.tar.gz
jetty_0.2.0.zip(r-4.5)jetty_0.2.0.zip(r-4.4)jetty_0.2.0.zip(r-4.3)
jetty_0.2.0.tgz(r-4.5-any)jetty_0.2.0.tgz(r-4.4-any)jetty_0.2.0.tgz(r-4.3-any)
jetty_0.2.0.tar.gz(r-4.5-noble)jetty_0.2.0.tar.gz(r-4.4-noble)
jetty_0.2.0.tgz(r-4.4-emscripten)jetty_0.2.0.tgz(r-4.3-emscripten)
jetty.pdf |jetty.html✨
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 site:https://www.dmolitor.com
Last updated 2 months agofrom:b1c282f92b. Checks:8 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 23 2025 |
R-4.5-win | OK | Feb 23 2025 |
R-4.5-mac | OK | Feb 23 2025 |
R-4.5-linux | OK | Feb 23 2025 |
R-4.4-win | OK | Feb 23 2025 |
R-4.4-mac | OK | Feb 23 2025 |
R-4.3-win | OK | Feb 23 2025 |
R-4.3-mac | OK | Feb 23 2025 |
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 |