Skip to content

Commit 5491a93

Browse files
committed
Fix the fix of mutation & aliasing discussion
1 parent 63f8441 commit 5491a93

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

R/methods-epi_archive.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,9 @@ group_by.epi_archive = function(.data, ..., .add=FALSE, .drop=dplyr::group_by_dr
808808
#' Mutation and aliasing: `epix_slide` and `$slide` will not mutate the input
809809
#' archives, but may in some edge cases alias parts of the inputs, so copy the
810810
#' outputs if needed before using mutating operations like `data.table`'s `:=`
811-
#' operator. Currently, there should not be any aliasing encountered, but this
812-
#' may change in the future.
811+
#' operator. Currently, there should not be any aliasing encountered except for
812+
#' potentially aliasing of columns in edges cases with `all_versions = TRUE`,
813+
#' but this may change in the future.
813814
#'
814815
#' @examples
815816
#' library(dplyr)

man/epix_slide.Rd

Lines changed: 3 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)