You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the try_catch is not working correctly. If you remove that, and R the same code lines on R you are returned the error:
Error: There are some DataSHIELD errors, list them with datashield.errors()
> datashield.errors()
$study1
[1] "Execution failed: 400 Bad Request: \"{\"status\":\"400\",\"key\":\"REvaluationRuntimeException\",\"args\":[],\"message\":\"Error in get(private$.symbol, envir = private$.env) : \\n invalid first argument\\n\"}\""
The text was updated successfully, but these errors were encountered:
How to Reproduce
Within the test script, uncomment out function
verify_assign_expression
in test-cases/verify-resources.RRun release_test.R
Expected behavior
Test passes
Observed behavior
It appears the try_catch is not working correctly. If you remove that, and R the same code lines on R you are returned the error:
The text was updated successfully, but these errors were encountered: