Skip to content
Prev 13874 / 398503 Next

multiple versions

Paul Gilbert wrote:
In my previous working place, I used the to have a directory containing
several distributions of R (say '~/share/packages/allR/').

For each fo them, I set were it should be at configure time (setting the
--prefix switch for configure. Example: './configure --prefix
~/share/packages/allR/R-1.2.3.4' (note: I have a vague recollection of
trouble with the expansion of the '~' so you may want to write the
complete path.).

Once that was done I (soft) linked the respective 'R' in the respective
'lib/R/bin/' to a relevant name in a place in my PATH (in my case it was
'~/share/bin/').

To specify wich c compiler you want to use, you can edit the file
'config.site'. (for perl I do not know but it must be somewhere.. or at
worse you can look into configure.in).


I do not remember of trouble while opening different R sessions at the
same time (except that the .R* files can be version incompatible and
shared by different R sessions ? It's probably a good idea to start each
seesion from a different directory).



Hopin' it helps,




Laurent