File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments