rhub_check {rhub} | R Documentation |
Check a package on R-hub
Description
Check a package on R-hub
Usage
rhub_check(gh_url = NULL, platforms = NULL, r_versions = NULL, branch = NULL)
Arguments
gh_url |
GitHub URL of a package to check, or |
platforms |
Platforms to use, a character vector. Use |
r_versions |
Which R version(s) to use for the platforms that supports multiple R versions. This arguemnt is not implemented yet. |
branch |
Branch to use to run R-hub. Defaults to the current
branch if |
Value
TODO
[Package rhub version 2.0.0 Index]