Skip to content

Commit

Permalink
doc: remove comment #417
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Apr 30, 2024
1 parent aad3479 commit 4a78c37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/methods-epi_archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,8 @@ dplyr_col_modify.col_modify_recorder_df <- function(data, cols) {
#' @noRd
epix_detailed_restricted_mutate <- function(.data, ...) {
# We don't want to directly use `dplyr::mutate` on the `$DT`, as:
# - this likely copies the entire table
# - `mutate` behavior, including the output class, changes depending on
# whether `dtplyr` is loaded and would require post-processing
# whether `dtplyr` < 1.3.0 is loaded and would require post-processing
# - behavior with `dtplyr` isn't fully compatible
# - it doesn't give the desired details, and `rlang::exprs_auto_name` does not
# appropriately handle the `= NULL` and `= <data.frame>` tidyeval cases
Expand Down

0 comments on commit 4a78c37

Please sign in to comment.