Skip to content

Commit e5d78bc

Browse files
committed
fix checks (prefix modifyList)
1 parent 15f2f8e commit e5d78bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/qenv-within.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ within.qenv <- function(data, expr, ...) {
5555
calls <- lapply(expr, function(x) do.call(substitute, list(x, env = extras)))
5656
do.call(
5757
eval_code,
58-
modifyList(extras, list(object = data, code = as.expression(calls)))
58+
utils::modifyList(extras, list(object = data, code = as.expression(calls)))
5959
)
6060
}
6161

0 commit comments

Comments
 (0)