| check_rhub | R Documentation |
This function is deprecated since the underlying function
rhub::check_for_cran() is now deprecated and defunct. See rhub::rhubv2
learn about the new check system, R-hub v2.
check_rhub(
pkg = ".",
platforms = NULL,
email = NULL,
interactive = TRUE,
build_args = NULL,
...
)
pkg |
The package to use, can be a file path to the package or a
package object. See |
platforms |
R-hub platforms to run the check on. |
email |
email address to notify. |
interactive |
whether to show the status of the build. |
build_args |
Arguments passed to |
... |
extra arguments, passed to |
a rhub_check object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.