Skip to content
Prev 17926 / 63424 Next

Project suggestion: Interface between R and graphic devices

Philippe Grosjean schrieb:
Congratulations I know the time when my boy was born.
Please don't misunderstand my question.
We developed a couple of (commercial) programs for medical university use.
On  of the required things were compatible interfaces between different 
hardware and software parts.
for example:
There was a definition of a function call:

function (Var1, Var2, ....., Version)
begin

case version of
version1:  ...
version2  ...

end {case}
end {function}

This functions and procedures did the communication between different 
versions of hard an software.

And the open source community is the best development environment to 
develop and take care for such API.
So back to my suggestion.
You told me that you must do a lot of changes in your GUI. If there 
would be one API which is serving a couple of old R Versions, then all 
running systems of GUIs would be running even the code for the latest 
R-version is changed. And only one part of the code must be changed not 
all available GUIs.
Some of the user want to use the newest command line interface some of 
(the newbies) want to use GUIs
and this is the point that I thought maybe there could be some 
improvement with an universal API for GUIs
Please don't think that this was my intention  - it was just the other 
side. I realized that there was a long time especially for your nice GUI 
and I thought:
It seems to be wasted time if Mr Grosjean must always do such a lot work 
after there is a new version of R. And therefor I tough about something 
to do for the R-Community.

But dear community please see this suggestion in a manner that I do not 
have any knowledge about the work of the core team but that I am 
fascinated about the work, but that I am not able to win user for R 
because of problems with missing or not working GUIs.

Missing:
I do not know whether you know Wordperfect Office. They want the user to 
change from MS-Office.
They build in a function: Switch to Word Mode, or switch to Powerpoint 
Mode. and this is the point to get Statistica user and SPSS user away 
from their programs.

medium universities in Germany have between 500 and 1000 licences for 
SPSS. What a lot of money which is not available for the researchers

Conclusion.
I did not want a just ready solution, but I thought about some steps for 
the next years.
There is an API available if I understand Prof. Ripley right, but then I 
do not understand the problems of the GUI developer.

And please again I do not want to blame anybody of any development team 
I want to understand the project.