I use "R Snippet (Remote)" with this script under described.
---------------------------------------
i <- 0
for (i in 1:5)
{
}
R <- R
---------------------------------------
However, the error is occured as "ERROR R Snippet (Remote) Execute failed: voidEval failed, request status: R parser: syntax error". Same in use "while" and "repeat".
This code work well in "R Snippet (Local)".
Can not the loop code (for, while, repeat..) work in R Snippet (Remote) node?