Skip to content

Commit d841535

Browse files
ijlyttlehadley
authored andcommitted
adds import of UQ, UQS, !!, and !!! (#101)
* adds import of UQ, UQS, !!, and !!! * tidyeval template: amends import of unquoting functions
1 parent 3fed486 commit d841535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/templates/tidy-eval.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Tidy eval helpers
22
#'
3-
#' These six functions provide tidy eval-compatible ways to capture
3+
#' These functions provide tidy eval-compatible ways to capture
44
#' symbols (`sym()`, `syms()`, `ensym()`), expressions (`expr()`,
55
#' `exprs()`, `enexpr()`), and quosures (`quo()`, `quos()`, `enquo()`).
66
#' To learn more about tidy eval and how to use these tools, read
@@ -16,6 +16,7 @@
1616
#' @export sym syms ensym
1717
#' @importFrom rlang expr exprs enexpr
1818
#' @export expr exprs enexpr
19+
#' @importFrom rlang UQ UQS
1920
NULL
2021

2122
# Flag inline helpers as global variables so R CMD check doesn't warn

0 commit comments

Comments
 (0)