Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
On Tue, Feb 7, 2017 at 4:17 PM, Gábor Csárdi wrote: [...] > > Anyway, different volumes seem like a very good solution to me, because I > can use the stock CRAN installers. I'll try it in a second. > Actually, this will not work, because all R installations will just refer to /Library anyway. Ne

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
On Tue, Feb 7, 2017 at 4:07 PM, Prof Brian Ripley wrote: > On 07/02/2017 15:26, Gábor Csárdi wrote: > >> On Tue, Feb 7, 2017 at 10:54 AM, Gábor Csárdi > > wrote: >> >> On Tue, Feb 7, 2017 at 10:22 AM, Prof Brian Ripley >> mailto:rip...@stats.ox.ac.uk>> wrote

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Prof Brian Ripley
On 07/02/2017 15:26, Gábor Csárdi wrote: On Tue, Feb 7, 2017 at 10:54 AM, Gábor Csárdi mailto:csardi.ga...@gmail.com>> wrote: On Tue, Feb 7, 2017 at 10:22 AM, Prof Brian Ripley mailto:rip...@stats.ox.ac.uk>> wrote: [...] Well, you have missed the point. R itself allows you

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
On Tue, Feb 7, 2017 at 10:54 AM, Gábor Csárdi wrote: > On Tue, Feb 7, 2017 at 10:22 AM, Prof Brian Ripley > wrote: > [...] > >> Well, you have missed the point. R itself allows you to do that: do read >> 'R Installation and Administration'. >> > > [...] > > For use as 'R' from a terminal, multi

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
On Tue, Feb 7, 2017 at 10:22 AM, Prof Brian Ripley wrote: [...] > Well, you have missed the point. R itself allows you to do that: do read > 'R Installation and Administration'. > [...] For use as 'R' from a terminal, multiple CRAN distributions (of 3.x.y for > different 'x') can easily be ins

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Prof Brian Ripley
On 07/02/2017 09:02, 美彦 馬場 wrote: Hi, On Feb 7, 2017, at 17:46, Gábor Csárdi wrote: Hi all, I realize that this is not the typical use case on macOS, but for my work, it would be great to be able to install R into ~/Library/Frameworks. This would allow having different R versions for differ

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
./configure --enable-R-framework=~/Library/Frameworks does not work, btw, not too surprisingly. G. On Tue, Feb 7, 2017 at 10:00 AM, Gábor Csárdi wrote: > On Tue, Feb 7, 2017 at 9:52 AM, David Winsemius > wrote: > >> >> > On Feb 7, 2017, at 1:11 AM, Gábor Csárdi >> wrote: >> > >> > Thanks, th

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
On Tue, Feb 7, 2017 at 9:52 AM, David Winsemius wrote: > > > On Feb 7, 2017, at 1:11 AM, Gábor Csárdi wrote: > > > > Thanks, that's not an option for me, I need an R installation that is > > binary compatible with CRAN. > > > > I realized that I can maybe use > > > > ./configure --enable-R-frame

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread David Winsemius
> On Feb 7, 2017, at 1:11 AM, Gábor Csárdi wrote: > > Thanks, that's not an option for me, I need an R installation that is > binary compatible with CRAN. > > I realized that I can maybe use > > ./configure --enable-R-framework=~/Library/Frameworks > > I am trying this right now. > I'm a bi

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
Thanks, that's not an option for me, I need an R installation that is binary compatible with CRAN. I realized that I can maybe use ./configure --enable-R-framework=~/Library/Frameworks I am trying this right now. Gabor On Tue, Feb 7, 2017 at 9:02 AM, 美彦 馬場 wrote: > Hi, > > > On Feb 7, 2017,

Re: [R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread 美彦 馬場
Hi, > On Feb 7, 2017, at 17:46, Gábor Csárdi wrote: > > Hi all, > > I realize that this is not the typical use case on macOS, but for my work, > it would be great to be able to install R into ~/Library/Frameworks. > > This would allow having different R versions for different users. > > I am

[R-SIG-Mac] Feature request: install R in ~/Library/Frameworks

2017-02-07 Thread Gábor Csárdi
Hi all, I realize that this is not the typical use case on macOS, but for my work, it would be great to be able to install R into ~/Library/Frameworks. This would allow having different R versions for different users. I am not sure how difficult this would be to implement. I can see that some pa