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 43f45cf commit 6d674acCopy full SHA for 6d674ac
R/qenv-eval_code.R
@@ -35,7 +35,7 @@ setMethod("eval_code", signature = c("qenv", "character"), function(object, code
35
36
object@env <- rlang::env_clone(object@env, parent = parent.env(.GlobalEnv))
37
code_split <- split_code(paste(code, collapse = "\n"))
38
- print(code_split)
+
39
for (i in seq_along(code_split)) {
40
current_code <- code_split[[i]]
41
current_call <- parse(text = current_code, keep.source = FALSE)
0 commit comments