Package: checked
Title: Systematically Run R CMD Checks
Version: 0.2.4
Authors@R: 
    c(
      person(
        given = "Szymon",
        family = "Maksymiuk",
        role = c("cre", "aut"),
        email = "sz.maksymiuk@gmail.com",
        comment = c(ORCID = "0000-0002-3120-1601")
      ),
      person(
        "Doug", "Kelkhoff", , 
        "doug.kelkhoff@gmail.com", 
        role = c("aut"),
        comment = c(ORCID = "0009-0003-7845-4061")
      ),
      person(
        "F. Hoffmann-La Roche AG", 
        role = c("cph", "fnd")
      )
    )
Description: 
    Systematically Run R checks against multiple packages. Checks are run in 
    parallel with strategies to minimize dependency installation. Provides
    out of the box interface for running reverse dependency check.
URL: https://Genentech.github.io/checked/,
        https://github.com/Genentech/checked
BugReports: https://github.com/Genentech/checked/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports: callr, cli, igraph, jsonlite, options, R6, rcmdcheck, utils
        (>= 3.6.2), tools
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), withr
Config/Needs/website: r-lib/asciicast
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-25 15:10:17 UTC; maksymis
Author: Szymon Maksymiuk [cre, aut] (<https://orcid.org/0000-0002-3120-1601>),
  Doug Kelkhoff [aut] (<https://orcid.org/0009-0003-7845-4061>),
  F. Hoffmann-La Roche AG [cph, fnd]
Maintainer: Szymon Maksymiuk <sz.maksymiuk@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-25 15:20:02 UTC
