-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
43 lines (43 loc) · 1.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
Package: callr
Title: Call R from R
Version: 3.7.6.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7098-9676")),
person("Winston", "Chang", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Ascent Digital Services", role = c("cph", "fnd"))
)
Description: It is sometimes useful to perform a computation in a separate
R process, without affecting the current R process at all. This
packages does exactly that.
License: MIT + file LICENSE
URL: https://callr.r-lib.org, https://github.com/r-lib/callr
BugReports: https://github.com/r-lib/callr/issues
Depends:
R (>= 3.4)
Imports:
processx (>= 3.6.1),
R6,
utils
Suggests:
asciicast (>= 2.3.1),
cli (>= 1.1.0),
mockery,
ps,
rprojroot,
spelling,
testthat (>= 3.2.0),
withr (>= 2.3.0)
Config/Needs/website:
r-lib/asciicast,
glue,
htmlwidgets,
igraph,
tibble,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2