# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "jetty" in publications use:' type: software license: GPL-3.0-or-later title: 'jetty: Execute R in a ''Docker'' Context' version: 0.1.0 doi: 10.32614/CRAN.package.jetty abstract: 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: - family-names: Molitor given-names: Daniel email: molitdj97@gmail.com repository: https://dmolitor.r-universe.dev repository-code: https://github.com/dmolitor/jetty commit: 1fcffb3e8808a140702ab5cafb2f55849fb2e654 url: http://www.dmolitor.com/jetty/ contact: - family-names: Molitor given-names: Daniel email: molitdj97@gmail.com