diff --git a/R/rc.R b/R/rc.R index 0bd2d33..7fc3e0a 100644 --- a/R/rc.R +++ b/R/rc.R @@ -75,9 +75,9 @@ rc_list_repos <- function(email = NULL) { #' Submit a package to the R Consortium runners #' #' @param path Path to package file or package directory. -#' @param platforms Platforms to checks. If not specified, then you -#' can select the platforms interactively. Must be specified in -#' non-interactive sessions. +#' @param platforms Platforms to checks. See [rhub_platforms()] for a +#' current list. If not specified, then you can select the platforms +#' interactively. Must be specified in non-interactive sessions. #' @param email Email address. You must have a token on the local machhine, #' that corresponds to the email address, see [rc_new_token()]. #' If not specified (or `NULL`) then the email address of the package diff --git a/_pkgdown.yml b/_pkgdown.yml index 21d841e..a00f598 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -18,12 +18,17 @@ reference: contents: - rhubv2 -- title: All functions +- title: Functions for GitHub repositories contents: - rhub_check - rhub_doctor - rhub_platforms - rhub_setup +- title: The R Consortium runners + contents: + - rc_list_repos + - rc_new_token + - rc_submit - title: internal contents: - check diff --git a/man/rc_submit.Rd b/man/rc_submit.Rd index 94a12b2..2cac8cc 100644 --- a/man/rc_submit.Rd +++ b/man/rc_submit.Rd @@ -9,9 +9,9 @@ rc_submit(path = ".", platforms = NULL, email = NULL) \arguments{ \item{path}{Path to package file or package directory.} -\item{platforms}{Platforms to checks. If not specified, then you -can select the platforms interactively. Must be specified in -non-interactive sessions.} +\item{platforms}{Platforms to checks. See \code{\link[=rhub_platforms]{rhub_platforms()}} for a +current list. If not specified, then you can select the platforms +interactively. Must be specified in non-interactive sessions.} \item{email}{Email address. You must have a token on the local machhine, that corresponds to the email address, see \code{\link[=rc_new_token]{rc_new_token()}}.