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 af479d1 commit 2b01ad3Copy full SHA for 2b01ad3
R/data.table.R
@@ -106,7 +106,7 @@ replace_dot_alias = function(e) {
106
"'____missing_datatable_variable____'",
107
"'(?<obj_name>[^']+)'",
108
# expression() to avoid "no visible binding for global variable" note from R CMD check
109
- conditionMessage(tryCatch(eval(expression(`____missing_datatable_variable____`)), error=identity)),
+ conditionMessage(tryCatch(eval(quote(`____missing_datatable_variable____`)), error=identity)),
110
fixed=TRUE
111
)
112
idx = regexpr(missing_obj_regex, err_str, perl=TRUE)
0 commit comments