Re: [R-SIG-Mac] upgradeable R layout

2008-11-13 Thread Steven McKinney
> -Original Message- > From: Alexy Khrabrov [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2008 7:13 PM > To: Steven McKinney > Cc: r-sig-mac@stat.math.ethz.ch > Subject: Re: [R-SIG-Mac] upgradeable R layout > > Steven -- thanks a lot! Now it's clearer what to do with the 64 bi

Re: [R-SIG-Mac] upgradeable R layout

2008-11-13 Thread Alexy Khrabrov
Steven -- thanks a lot! Now it's clearer what to do with the 64 bits, but still it doesn't answer the question of upgradeability -- meaning, you went ahead and installed a bunch of packages, then a new version of R comes along, and what do you do? One way I can see handling it it with a lo

Re: [R-SIG-Mac] upgradeable R layout

2008-11-13 Thread Steven McKinney
One last bit - I set up a shell script in /usr/bin called R64 containing #!/bin/sh R --arch=ppc64 to allow easy command line startup of 64 bit R and to allow ESS to find and start up 64 bit R sessions in Emacs. > -Original Message- > From: [EMAIL PROTECTED] [mailto:r-sig-mac- > [EM

Re: [R-SIG-Mac] upgradeable R layout

2008-11-13 Thread Steven McKinney
Greetings Alexy, > -Original Message- > From: [EMAIL PROTECTED] [mailto:r-sig-mac- > [EMAIL PROTECTED] On Behalf Of Alexy Khrabrov > Sent: Thursday, November 13, 2008 4:29 PM > To: r-sig-mac@stat.math.ethz.ch > Subject: [R-SIG-Mac] upgradeable R layout > > Greetings -- I'd like to keep m

[R-SIG-Mac] upgradeable R layout

2008-11-13 Thread Alexy Khrabrov
Greetings -- I'd like to keep my R on Mac in an upgradeable way. I noticed that currently all packages I installed from R.app are in the R.framework -- are they going to be clobbered when I replace R 2.7.2 by 2.8.0? At the same time with the upgrade, I'd also like to switch to 64 bit. On

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Waichler, Scott R
Simon and Steve, > > I am running Xcode 2.1 (I've never paid attention to this > before) and > > Mac OS 10.4.11. > > That's way too old - R requires Xcode 2.4 or higher -- see R > for Mac FAQ 5.3: > > Important: When using binary R installation from CRAN, you > must use Xcode 2.4.0 or higher

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Simon Urbanek
On Nov 13, 2008, at 13:49 , Waichler, Scott R wrote: Simon, Scott, can you, please, check that you have Xcode 2.4 or higher? (2.5 is available) Cheers, S I am running Xcode 2.1 (I've never paid attention to this before) and Mac OS 10.4.11. That's way too old - R requires Xcode 2.4 or high

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Steve Lianoglou
Hi Scott, On Nov 13, 2008, at 1:49 PM, Waichler, Scott R wrote: Simon, Scott, can you, please, check that you have Xcode 2.4 or higher? (2.5 is available) Cheers, S I am running Xcode 2.1 (I've never paid attention to this before) and Mac OS 10.4.11. My machine is up to date according to S

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Waichler, Scott R
Simon, > Scott, can you, please, check that you have Xcode 2.4 or > higher? (2.5 is available) Cheers, S I am running Xcode 2.1 (I've never paid attention to this before) and Mac OS 10.4.11. My machine is up to date according to Software Update, and all of the references I can find for Xcode ta

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Simon Urbanek
Scott, can you, please, check that you have Xcode 2.4 or higher? (2.5 is available) Cheers, S On Nov 13, 2008, at 13:18 , Waichler, Scott R wrote: Jochen, Since the script is complaining about a missing libjpeg now, you could try adding --with-jpeg-lib=[PATH_TO_YOUR_JPEG_LIB] to the config

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Waichler, Scott R
Jochen, > Since the script is complaining about a missing libjpeg now, > you could try adding --with-jpeg-lib=[PATH_TO_YOUR_JPEG_LIB] > to the configure command line, e.g., > > ./configure --with-fftw-include=/usr/local/include > --with-jpeg-include=/opt/local/include --with-jpeg-lib=/opt/local

Re: [R-SIG-Mac] Display prefs on 2.8 for OS X

2008-11-13 Thread julien cuisinier
Hi, I have the same under Mac OSX Leopard & R2.8.0 (is there a R 2.9??? cannot see it on R website...) Only thing I came up with is to select all the colour I like then close entirely R...when I re-opened it I had the colour I selected before closing it. Not clean, but it functioned & did

Re: [R-SIG-Mac] rimage doesn't install on Mac OS X 10.4

2008-11-13 Thread Jochen Laubrock
Sott: sorry, the last command was meant to read ./configure --with-fftw-include=/usr/local/include --with-jpeg- include=/opt/local/include cd .. R CMD install rimage Since the script is complaining about a missing libjpeg now, you could try adding --with-jpeg-lib=[PATH_TO_YOUR_JPEG_LIB] to