-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1022 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: jetty
Type: Package
Title: Execute R in a 'Docker' Context
Version: 0.2.0
Authors@R:
person(given = "Daniel",
family = "Molitor",
role = c("aut", "cph", "cre"),
email = "[email protected]")
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
LazyData: true
Imports:
renv (>= 1.0.0),
rlang
Suggests:
here,
Matrix,
ggplot2,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/dmolitor/jetty, http://www.dmolitor.com/jetty/
BugReports: https://github.com/dmolitor/jetty/issues