Skip to content

Commit

Permalink
Merge pull request #650 from JosiahParry/patch-1
Browse files Browse the repository at this point in the history
Fix typo in rhub_check()
  • Loading branch information
gaborcsardi authored Dec 12, 2024
2 parents 2d96dd6 + 0b4dcdb commit cd7d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param platforms Platforms to use, a character vector. Use `NULL` to
#' select from a list in interactive sessions. See [rhub_platforms()].
#' @param r_versions Which R version(s) to use for the platforms that
#' supports multiple R versions. This arguemnt is not implemented yet.
#' supports multiple R versions. This argument is not implemented yet.
#' @param branch Branch to use to run R-hub. Defaults to the current
#' branch if `gh_url` is `NULL`. Otherwise defaults to `"main"`. Note that
#' this branch also need to include the `rhub.yaml` workflow file.
Expand Down

0 comments on commit cd7d969

Please sign in to comment.