Port R to QProcess
ClosedPublic

Authored by rishabhg on Aug 26 2017, 6:43 PM.

Details

Summary
  • Disable R server
  • Make all the communication using QProcess (R's command line interface)
  • Plotting is supported by R CLI but plots are not integrated in the worksheet
  • Tab completion used to make use of RServer and hence it has been disabled for now

Diff Detail

Repository
R55 Cantor
Lint
Lint Skipped
Unit
Unit Tests Skipped
rishabhg created this revision.Aug 26 2017, 6:43 PM
filipesaraiva requested changes to this revision.Oct 7 2017, 10:13 AM

Basic communication between Cantor and R is working again after that correction pointed.

src/backends/R/rsession.h
28

Must be removed.

This revision now requires changes to proceed.Oct 7 2017, 10:13 AM
rishabhg updated this revision to Diff 20427.Oct 7 2017, 10:30 AM

Remove "rserver_interface.h" as it is not needed anymore

filipesaraiva accepted this revision.Oct 7 2017, 10:32 AM
This revision is now accepted and ready to land.Oct 7 2017, 10:32 AM
This revision was automatically updated to reflect the committed changes.