Skip to content

Commit 41c49c1

Browse files
help nudge
1 parent 7f5a437 commit 41c49c1

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
@@ -686,7 +686,7 @@ replace_dot_alias = function(e) {
686686
if (is.null(jsub)) return(NULL)
687687

688688
if (!with) {
689-
if (jsub %iscall% ":=") stopf("`:=` is only supported under with=TRUE.")
689+
if (jsub %iscall% ":=") stopf("`:=` is only supported under with=TRUE, see ?`:=`.")
690690
# missingby was already checked above before dealing with i
691691
if (jsub %iscall% c("!", "-") && length(jsub)==2L) { # length 2 to only match unary, #2109
692692
notj = TRUE

0 commit comments

Comments
 (0)