Skip to content

Commit 6fb690f

Browse files
committed
Make use_tidy_eval structure more clear
And consistently import instead of using globalVariables
1 parent 3842a23 commit 6fb690f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

inst/templates/tidy-eval.R

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@
1010
#' @name tidyeval
1111
#' @keywords internal
1212
#' @aliases quo quos enquo sym syms ensym expr exprs enexpr
13-
#' @importFrom rlang quo quos enquo
14-
#' @export quo quos enquo
15-
#' @importFrom rlang sym syms ensym
16-
#' @export sym syms ensym
17-
#' @importFrom rlang expr exprs enexpr
18-
#' @export expr exprs enexpr
19-
#' @importFrom rlang UQ UQS
13+
#' @importFrom rlang quo quos enquo sym syms ensym expr exprs enexpr
14+
#' @export quo quos enquo sym syms ensym expr exprs enexpr
15+
#' @importFrom rlang UQ UQS .data .env `:=`
2016
NULL
21-
22-
# Flag inline helpers as global variables so R CMD check doesn't warn
23-
utils::globalVariables(c(":=", ".data", ".env"))
24-

0 commit comments

Comments
 (0)