Skip to content

Commit c49e53b

Browse files
committed
.
1 parent 528c631 commit c49e53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ replace_dot_alias = function(e) {
741741
if (!missingby) {
742742
j_type = if (is.character(j)) "a character" else "a numeric"
743743
fmt = "`by` or `keyby` is ignored when `j` is %s vector used for column selection. Perhaps you intended to use `.SD`? For example: DT[, .SD[, %s], by = ...]"
744-
warning(sprintf(fmt, j_type, deparse(jsub)), call. = FALSE)
744+
warningf(sprintf(fmt, j_type, deparse(jsub)), call. = FALSE)
745745
}
746746
}
747747

0 commit comments

Comments
 (0)