Skip to content

Commit 63f8441

Browse files
committed
Fix some mutation&aliasing discussion
1 parent d7c1cba commit 63f8441

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

R/methods-epi_archive.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,8 @@ 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, the only situation where there is potentially aliasing
812-
#' is of the `DT` in edge cases with `all_versions = TRUE`, but this may change
813-
#' in the future.
811+
#' operator. Currently, there should not be any aliasing encountered, but this
812+
#' may change in the future.
814813
#'
815814
#' @examples
816815
#' library(dplyr)

man/epix_slide.Rd

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

0 commit comments

Comments
 (0)