Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Apr 12, 2024
1 parent ef766e6 commit c91624f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/ggpairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,9 @@ ggpairs <- function(
what = "ggpairs(params)"
)
}
has_dots = rlang::check_dots_empty(error = function(cnd) {TRUE})
has_dots <- rlang::check_dots_empty(error = function(cnd) {
TRUE
})
if (isTRUE(has_dots)) {
lifecycle::deprecate_soft(when = "2.2.2", what = "ggpais(...)")
}
Expand Down

0 comments on commit c91624f

Please sign in to comment.