Skip to content

R GUI with different version of R

3 messages · William Northcott, Simon Urbanek

#
I have multiple versions of R installed.

The default is set with RSwitch to 2.9.  This is what runs from a shell.

If I start the R.app gui which is from 2.10 I get a crash:
As I understood the FAQ this should have worked.  Is it possible to use a current R gui with older frameworks?

Thanks
Bill Northcott
#
On Feb 15, 2010, at 1:05 AM, William Northcott wrote:

            
No -- see FAQ 12.15:

"The advanatage of this setup is that it is possible to install multiple R versions in parallel and they all will be fully functional as long as the Current symbolic link points to the currently used version."

Note the last part of the sentence.
No, the GUI embeds R so a given binary works only with a very specific version of R. You can *compile* the GUI for any R version but the binary will be tied to a specific R version.

Cheers,
Simon
#
On 16/02/2010, at 12:59 AM, Simon Urbanek wrote:
The meaning of this was not clear to me.  Indeed they will not be fully functional: only one will work with R GUI.
That is very clear and perhaps it should be in the FAQ.

Thanks
Bill