Skip to content

Commit

Permalink
Fix pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 26, 2024
1 parent f391bef commit 7c1d249
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions R/rc.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions man/rc_submit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c1d249

Please sign in to comment.