Package: rhub
Title: Tools for R Package Developers
Version: 2.0.1.9000
Authors@R: c(
    person("Gábor", "Csárdi",, "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Maëlle", "Salmon", role = "aut",
          email = "maelle.salmon@yahoo.se",
          comment = c(ORCID = "0000-0002-2815-0399")),
    person("R Consortium", role = c("fnd")))
Description: R-hub v2 uses GitHub Actions to run 'R CMD check' and
    similar package checks. The 'rhub' package helps you set up
    R-hub v2 for your R package, and start running checks.
License: MIT + file LICENSE
URL: https://github.com/r-hub/rhub, https://r-hub.github.io/rhub/
BugReports: https://github.com/r-hub/rhub/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
    R (>= 4.0)
Imports:
    callr,
    cli,
    curl,
    desc,
    gert,
    glue,
    gitcreds,
    jsonlite,
    pkgbuild,
    processx,
    rappdirs,
    rematch,
    R6,
    rprojroot,
    utils,
    whoami
Suggests:
    asciicast,
    debugme,
    knitr,
    mockery,
    pillar,
    rmarkdown,
    testthat (>= 3.0.0),
    webfakes,
    withr
Encoding: UTF-8
Config/testthat/edition: 3
