Skip to content

Commit 0191a7b

Browse files
committed
doc: remove comment #417
1 parent ee46ad4 commit 0191a7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/methods-epi_archive.R

+1-2
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,8 @@ dplyr_col_modify.col_modify_recorder_df <- function(data, cols) {
470470
#' @noRd
471471
epix_detailed_restricted_mutate <- function(.data, ...) {
472472
# We don't want to directly use `dplyr::mutate` on the `$DT`, as:
473-
# - this likely copies the entire table
474473
# - `mutate` behavior, including the output class, changes depending on
475-
# whether `dtplyr` is loaded and would require post-processing
474+
# whether `dtplyr` < 1.3.0 is loaded and would require post-processing
476475
# - behavior with `dtplyr` isn't fully compatible
477476
# - it doesn't give the desired details, and `rlang::exprs_auto_name` does not
478477
# appropriately handle the `= NULL` and `= <data.frame>` tidyeval cases

0 commit comments

Comments
 (0)