Skip to content

Commit 3522227

Browse files
committed
decrease number of tidyeval reexports to avoid namespace clashs in revdeps
1 parent 29c1ac4 commit 3522227

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ S3method(widthDetails,titleGrob)
143143
S3method(widthDetails,zeroGrob)
144144
export("%+%")
145145
export("%+replace%")
146-
export(":=")
147146
export(.data)
148147
export(.pt)
149148
export(.stroke)
@@ -274,7 +273,6 @@ export(annotation_raster)
274273
export(arrow)
275274
export(as_label)
276275
export(as_labeller)
277-
export(as_name)
278276
export(autolayer)
279277
export(autoplot)
280278
export(benchplot)

R/utilities-tidy-eval.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#' @md
4242
#' @name tidyeval
4343
#' @keywords internal
44-
#' @aliases expr enquo enquos sym syms .data := as_name as_label
45-
#' @export expr enquo enquos sym syms .data := as_name as_label
44+
#' @aliases expr enquo enquos sym syms .data as_label
45+
#' @export expr enquo enquos sym syms .data as_label
4646
NULL
4747

4848
# For backward-compatibility, keep exporting the old ones

man/tidyeval.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)