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 Config/pak/sysreqs: git libgit2-dev libssl-dev Repository: https://r-hub.r-universe.dev Date/Publication: 2025-03-07 10:12:56 UTC RemoteUrl: https://github.com/r-hub/rhub RemoteRef: HEAD RemoteSha: eccdfdf0054dff7bb07ae5dbfb5a9470a3888695 NeedsCompilation: no Packaged: 2026-06-22 10:50:06 UTC; root Author: Gábor Csárdi [aut, cre], Maëlle Salmon [aut] (ORCID: ), R Consortium [fnd] Maintainer: Gábor Csárdi