We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aabd95 commit c2ca7cbCopy full SHA for c2ca7cb
R/data.table.R
@@ -139,7 +139,7 @@ replace_dot_alias = function(e) {
139
idx = match(j, names(k))
140
if (is.na(idx)) {
141
if (is.null(err_msg_na)) {
142
- internal_error("item '%s' not found in names of list", origj)
+ internal_error("item '%s' not found in names of list", origj) # nocov
143
} else {
144
stopf(err_msg_na, origj)
145
}
0 commit comments