Package: rcmdcheck
Title: Run 'R CMD check' from 'R' and Capture Results
Version: 1.4.0
Authors@R: 
    person(given = "Gábor",
           family = "Csárdi",
           role = c("cre", "aut"),
           email = "csardi.gabor@gmail.com")
Description: Run 'R CMD check' from 'R' and capture the results
    of the individual checks. Supports running checks in the background,
    timeouts, pretty printing and comparing check results.
License: MIT + file LICENSE
URL: https://r-lib.github.io/rcmdcheck/, https://github.com/r-Lib/rcmdcheck#readme
BugReports: https://github.com/r-Lib/rcmdcheck/issues
Imports:
    callr (>= 3.1.1.9000),
    cli (>= 3.0.0),
    curl,
    desc (>= 1.2.0),
    digest,
    pkgbuild,
    prettyunits,
    R6,
    rprojroot,
    sessioninfo (>= 1.1.1),
    utils,
    withr,
    xopen
Suggests:
    covr,
    knitr,
    mockery,
    processx,
    ps,
    rmarkdown,
    svglite,
    testthat,
    webfakes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
