Check an R package on an R-hub platform
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 |
Path to a directory containing an R package, or path to
source R package tarball built with |
... |
Additional arguments are passed to |
check_args |
Extra arguments for the |
An rhub_check object.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.