Skip to content

Commit 6a85ccb

Browse files
committed
The whole rlang namespace is imported
1 parent 1a0d45a commit 6a85ccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

R/check-win.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ check_win_devel <- function(
3030
webform = FALSE,
3131
...
3232
) {
33-
check_dots_used(action = getOption("devtools.ellipsis_action", rlang::warn))
33+
check_dots_used(action = getOption("devtools.ellipsis_action", warn))
3434

3535
check_win(
3636
pkg = pkg,
@@ -55,7 +55,7 @@ check_win_release <- function(
5555
webform = FALSE,
5656
...
5757
) {
58-
check_dots_used(action = getOption("devtools.ellipsis_action", rlang::warn))
58+
check_dots_used(action = getOption("devtools.ellipsis_action", warn))
5959

6060
check_win(
6161
pkg = pkg,
@@ -80,7 +80,7 @@ check_win_oldrelease <- function(
8080
webform = FALSE,
8181
...
8282
) {
83-
check_dots_used(action = getOption("devtools.ellipsis_action", rlang::warn))
83+
check_dots_used(action = getOption("devtools.ellipsis_action", warn))
8484

8585
check_win(
8686
pkg = pkg,

0 commit comments

Comments
 (0)