Skip to content

Commit b4a53e5

Browse files
authored
Add an alias for .data so ?dplyr::.data works (#6801)
This should avoid this CRAN check note on r-devel, but we can't seem to reproduce it ``` * checking for missing documentation entries ... WARNING Undocumented code objects: '.data' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. ``` Purposefully not adding a bullet for `.data` in the documentation page, as it isn't actually a helper that is "no longer for normal usage". In the long term we should move this to its own help page, possibly with `.env`, or remove it entirely.
1 parent 8ee46e6 commit b4a53e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R/utils-tidy-eval.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#'
2323
#' @keywords internal
2424
#' @name tidyeval-compat
25-
#' @aliases expr enquo enquos sym syms as_label
26-
#' @export expr enquo enquos sym syms as_label .data
25+
#' @aliases .data expr enquo enquos sym syms as_label
26+
#' @export .data expr enquo enquos sym syms as_label
2727
#' @aliases quo quos quo_name ensym ensyms enexpr enexprs
2828
#' @export quo quos quo_name ensym ensyms enexpr enexprs
2929
NULL

man/tidyeval-compat.Rd

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

0 commit comments

Comments
 (0)