Bug #418
RCP: x.x, brackets in R script editor
Status: | New | Start date: | 10/15/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Stats / R | Spent time: | - | |
Target version: | TXM X.X |
Description
Lines like with brackets and ";" failed :
- if (i 1) {
- }
- a <- 1 ; b <- 2
- if (i 1) { i+1;}
The Rserve protocol is waiting for each line sent to return something, that's why a line which opens a block without closing it failed, same for a line with several instructions separated by ";"