These functions provide a quick easy to use interface to check a package on a platform with some particular aspect. Which platform they use might change over time.
check_on_linux(path = ".", ...)
check_on_windows(path = ".", ...)
check_on_macos(path = ".", ...)
check_on_debian(path = ".", ...)
check_on_ubuntu(path = ".", ...)
check_on_fedora(path = ".", ...)
check_on_solaris(
path = ".",
check_args = "'--no-manual --no-build-vignettes'",
...
)
check_on_centos(path = ".", ...)
check_with_roldrel(path = ".", ...)
check_with_rrelease(path = ".", ...)
check_with_rpatched(path = ".", ...)
check_with_rdevel(path = ".", ...)
check_with_valgrind(path = ".", ...)
check_with_sanitizers(path = ".", ...)
Path to a directory containing an R package, or path to
source R package tarball built with R CMD build
or
devtools::build()
.
Additional arguments are passed to check()
.
Extra arguments for the R CMD check
command.
An rhub_check object.