Package: callr
Title: Call R from R
Version: 3.7.4
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", 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("Mango Solutions", 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),
    covr,
    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.2.3
