Skip to content

Commit

Permalink
Fix compatibility params
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-jedrusiak committed Aug 12, 2024
1 parent 3c41117 commit 3797261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/r-hub.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ rhub_check <- function(gh_url = NULL,
#' @rdname rhub_check
#' @export

check_rhub <- function() {
check_rhub <- function(gh_url = NULL,
platforms = c("ubuntu-release", "windows", "macos"),
r_versions = NULL,
branch = NULL) {
lifecycle::deprecate_soft(when = "2.4.6", what = "check_rhub()", with = "rhub_check()")
rhub_check(gh_url = gh_url,
platforms = platforms,
Expand Down

0 comments on commit 3797261

Please sign in to comment.