Bug #418

RCP: x.x, brackets in R script editor

Added by Matthieu Decorde almost 10 years ago.

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
Lines with brackets which works :
  • 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 ";"

Also available in: Atom PDF