https://bugs.kde.org/show_bug.cgi?id=351871
Filipe Saraiva <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/can | |tor/4d570e46d2f1067d216f2bb | |067443623bec47716 Status|CONFIRMED |RESOLVED --- Comment #4 from Filipe Saraiva <[email protected]> --- Git commit 4d570e46d2f1067d216f2bb067443623bec47716 by Filipe Saraiva, on behalf of Rishabh Gupta. Committed on 08/10/2017 at 08:00. Pushed by filipesaraiva into branch 'r-backend'. This change Ports R to make use of QProcess. Highlights of the changes are: * Disable R server * Make all the communication using QProcess (R's command line interface) * Plotting is supported by but plots are not integrated in the worksheet * Tab completion used to make use of RServer and hence it has been disabled for now Differential Revision: https://phabricator.kde.org/D7565 Close T6116 M +5 -4 src/backends/R/CMakeLists.txt M +1 -7 src/backends/R/rbackend.cpp M +0 -1 src/backends/R/rbackend.h A +16 -0 src/backends/R/rbackend.kcfg M +56 -21 src/backends/R/rexpression.cpp M +10 -7 src/backends/R/rexpression.h M +118 -83 src/backends/R/rsession.cpp M +17 -14 src/backends/R/rsession.h A +3 -0 src/backends/R/settings.kcfgc https://commits.kde.org/cantor/4d570e46d2f1067d216f2bb067443623bec47716 -- You are receiving this mail because: You are watching all bug changes.
