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 a8016bc commit 8d3649eCopy full SHA for 8d3649e
R/qenv-eval_code.R
@@ -37,7 +37,7 @@ setMethod("eval_code", signature = c("qenv", "character"), function(object, code
37
38
for (i in seq_along(code_split)) {
39
current_code <- code_split[[i]]
40
- current_call <- parse(text = trimws(current_code), keep.source = TRUE)
+ current_call <- parse(text = current_code, keep.source = TRUE)
41
42
# Using withCallingHandlers to capture warnings and messages.
43
# Using tryCatch to capture the error and abort further evaluation.
0 commit comments