search for: behaviiour

Displaying 2 results from an estimated 2 matches for "behaviiour".

Did you mean: behaviour
2018 Sep 12
1
Bug 17432 in readLines with R >= 3.5.0 still a problem
...cess.PIPE, stdout=subprocess.PIPE) for line in sys.stdin: process.stdin.write((line + '\n').encode('utf-8')) process.stdin.flush() Expected Behaviour: Run python script, each line entered is echoed back immediately by the R script - which is what happens on 3.4.4 Observed Behaviiour on >=3.5.0 (include devel): The R script does not process lines as they are sent, it only receives them when StdIn is closed. Best Regards Chris
2018 Sep 14
1
Bug 17432 in readLines with R >= 3.5.0 still a problem
...ss.stdin.write((line + '\n').encode('utf-8')) > > process.stdin.flush() > > > > > > Expected Behaviour: > > Run python script, each line entered is echoed back immediately by the R script - which is what happens on 3.4.4 > > > > Observed Behaviiour on >=3.5.0 (include devel): > > The R script does not process lines as they are sent, it only receives them when StdIn is closed. > > > > > > Best Regards > > > > Chris [[alternative HTML version deleted]]