Re: [R-SIG-Mac] 'buggy' editor

2008-12-01 Thread Carl Witthoft
I haven't had any problems w/ the editor, other than some glitchy redraws of the window every now and then (OS 10.4.11). But if I were to make requests it would be for the following two items: 1) Find & Replace options in the Edit menu 2) A better "Undo" function. I can't quite tell just how m

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread Steve Lianoglou
Howdy, On Dec 1, 2008, at 2:45 PM, Steven McKinney wrote: Hi Stephen, When you are attempting to install the second version of R, have you been doing the following step? (This is on the "Read Me" second window of the Mac installer dialog.) Note: By default the installer upgrades previous R ve

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread Steven McKinney
Hi Stephen, When you are attempting to install the second version of R, have you been doing the following step? (This is on the "Read Me" second window of the Mac installer dialog.) Note: By default the installer upgrades previous R version if present. If you want to keep your old R version,

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread stephen sefick
I am just installing the binaries provided without changing anything. I just downloaded and installed R 2.7.2 and R switch only sees 2.7.2 and not 2.6 or 2.8. Mac OS X 10.5.5 On Mon, Dec 1, 2008 at 12:15 PM, Steve Lianoglou <[EMAIL PROTECTED]> wrote: >> I downloaded the Rswitch application, but t

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread Steve Lianoglou
I downloaded the Rswitch application, but the current version and that is the only version that is available even if I push the rediscover button. Weird ... and you have both versions installed? ie. you have "full" install trees under: /Library/Frameworks/R.framework/Versions/2.7 ; and /Libr

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread stephen sefick
I downloaded the Rswitch application, but the current version and that is the only version that is available even if I push the rediscover button. On Mon, Dec 1, 2008 at 11:46 AM, Steve Lianoglou <[EMAIL PROTECTED]> wrote: > Hi Stephen, > > On Dec 1, 2008, at 11:29 AM, stephen sefick wrote: > >> I

Re: [R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread Steve Lianoglou
Hi Stephen, On Dec 1, 2008, at 11:29 AM, stephen sefick wrote: I would like to install R 2.7.2 in || with R 2.8 to test what is wrong with a package I am maintaining. It worked fine with R 2.7.2 chron 2.3-24 and doesn't work with R 2.8 chron 2.3-24 or chron 2.3-25. thanks You can easily do

[R-SIG-Mac] installing multiple versions of R

2008-12-01 Thread stephen sefick
I would like to install R 2.7.2 in || with R 2.8 to test what is wrong with a package I am maintaining. It worked fine with R 2.7.2 chron 2.3-24 and doesn't work with R 2.8 chron 2.3-24 or chron 2.3-25. thanks -- Stephen Sefick Let's not spend our time and resources thinking about things that a

Re: [R-SIG-Mac] Running older versions to test package

2008-12-01 Thread Steve Lianoglou
Hi Stephen, On Dec 1, 2008, at 10:53 AM, stephen sefick wrote: Version are installed in || ? I know where the versions are located but I can not firgure out how to get them to crank up: /Library/Frameworks/R.Framework/Versions/2.7/Resources/library My problem is that I am having problems wit

[R-SIG-Mac] Running older versions to test package

2008-12-01 Thread stephen sefick
Version are installed in || ? I know where the versions are located but I can not firgure out how to get them to crank up: /Library/Frameworks/R.Framework/Versions/2.7/Resources/library My problem is that I am having problems with the StreamMetabolism - essentially relying on chron to work, and

Re: [R-SIG-Mac] Can snow be used to multithread?

2008-12-01 Thread Richard Pearson
Marco You should be able to use snow with open-mpi on your macpro. You should also be able to use snow with the "sockets" method, e.g. cl <- makeCluster(rep("localhost", 8), type = "SOCK") Note that there's a separate list, R-sig-hpc, for parallelisation issues. HTH Richard Blanchette, Ma