Package: jetty Type: Package Title: Execute R in a 'Docker' Context Version: 0.2.2 Authors@R: person(given = "Daniel", family = "Molitor", role = c("aut", "cph", "cre"), email = "molitdj97@gmail.com") Description: 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. License: GPL (>= 3) Encoding: UTF-8 Imports: renv (>= 1.0.0), rlang Suggests: here, Matrix, ggplot2, testthat (>= 3.0.0) RoxygenNote: 7.3.3 Config/testthat/edition: 3 URL: https://github.com/dmolitor/jetty, http://www.dmolitor.com/jetty/ BugReports: https://github.com/dmolitor/jetty/issues Repository: https://dmolitor.r-universe.dev Date/Publication: 2025-10-14 13:07:07 UTC RemoteUrl: https://github.com/dmolitor/jetty RemoteRef: HEAD RemoteSha: bd5b3c7714d06251b2732a44e75ae81b987975ed NeedsCompilation: no Packaged: 2026-07-11 07:11:33 UTC; root Author: Daniel Molitor [aut, cph, cre] Maintainer: Daniel Molitor