# -------------------------------------------- # 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.2.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: b1c282f92b34b993b3b3a5af9bec2e2e22d15317 url: http://www.dmolitor.com/jetty/ contact: - family-names: Molitor given-names: Daniel email: molitdj97@gmail.com