Check an R package on R-hub
Check an R package on R-hub
check(path = ".", platform = NULL, email = NULL, valgrind = FALSE, check_args = character(), env_vars = character(), show_status = interactive())
path |
Path to a directory containing an R package, or path to
source R package tarball built with |
platform |
Platform to build/check the package on. See
|
email |
Email address to send notification to about the check.
It must be a validated email address, see |
valgrind |
Whether to run the check in valgrind. Only supported on Linux currently, and ignored on other platforms. |
check_args |
Extra arguments for the |
env_vars |
Environment variables to set on the builder machine before the check. A named character vector. |
show_status |
Whether to show the status of the build and check (live log) as it is happening. |
An rhub_check object.
## Not run: check(".") check("mypackage_1.0.0.tar.gz", platform = "fedora-clang-devel") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.