[R-SIG-Mac] RPostgreSQL crashes R instead of error message

2010-05-06 Thread Ben Madin
G'day all, I'm posting this question here (to avoid cross-posting, and because the error messages I have come from the Mac Crash reporter) but I'm happy to move it across to another list. When I run some queries, there are errors, and I get a message back, such as this: q-'SELECT s.name as

Re: [R-SIG-Mac] Fwd: [R] extracting a matched string using regexpr Possible BUG

2010-05-06 Thread David Winsemius
On May 6, 2010, at 2:21 AM, steven mosher wrote: see below, using a regex in sub() fails if the pattern is //d{5} and suceeds if the pattern [0-9] {5} is used.. see the test cases below. issue was not on windows machine and david and I had it on MAC. Except we both were using \\d rather

[R-SIG-Mac] Mac Help Problem

2010-05-06 Thread Jon Garibaldi
The help system seems completely broken from 2.10.0 (GUI 1.30) onwards: selecting 'R help' from the help menu produces a blank screen. I am running OS X 10.5.8. Thanks, Jon. ___ R-SIG-Mac mailing list R-SIG-Mac@stat.math.ethz.ch

Re: [R-SIG-Mac] Mac Help Problem

2010-05-06 Thread Ben Madin
Jon, I'm having no problems with 2.10.1 and GUI 1.32 (albeit on 10.6.3) - you might want to try upgrading. I had downloaded this one from http://r.research.att.com/, but I also note that 2.11.0 is now the current release. sessionInfo() R version 2.10.1 Patched (2010-02-01 r51089)

Re: [R-SIG-Mac] Fwd: [R] extracting a matched string using regexpr Possible BUG

2010-05-06 Thread steven mosher
Thanks David, After struggling with this bug for a day I think Im permanently dain bramaged. On Thu, May 6, 2010 at 3:54 AM, David Winsemius dwinsem...@comcast.netwrote: On May 6, 2010, at 2:21 AM, steven mosher wrote: see below, using a regex in sub() fails if the pattern is

Re: [R-SIG-Mac] Fwd: [R] extracting a matched string using regexpr Possible BUG

2010-05-06 Thread Simon Urbanek
FWIW I don't think \d is a basic regexp so as I would expect the perl mode to work and it does: test2-aaa12345W sub(.*(\\d{5}).*, \\1, test2,perl=TRUE) [1] 12345 Yet I agree that if should either fail (i.e. return the unmodified string) or return 12345. Also note

Re: [R-SIG-Mac] Fwd: [R] extracting a matched string using regexpr Possible BUG

2010-05-06 Thread David Winsemius
Two Q's: A) Is this supposed to happen with perl-mode?: test-/trtrth88958/ththAbcdsef/thth67.8S/ thth68.9\nW/thth26m/th sub(.*(\\d{5}).*, \\1, test, perl=TRUE) [1] 88958\nW/thth26m/th sub(.*([0-9]{5}).*, \\1, test, perl=TRUE) [1] 88958\nW/thth26m/th Looks to me that a period is being

Re: [R-SIG-Mac] Fwd: [R] extracting a matched string using regexpr Possible BUG

2010-05-06 Thread Simon Urbanek
On May 6, 2010, at 11:50 AM, David Winsemius wrote: Two Q's: A) Is this supposed to happen with perl-mode?: test-/trtrth88958/ththAbcdsef/thth67.8S/thth68.9\nW/thth26m/th sub(.*(\\d{5}).*, \\1, test, perl=TRUE) [1] 88958\nW/thth26m/th sub(.*([0-9]{5}).*, \\1, test, perl=TRUE) [1]

Re: [R-SIG-Mac] R2.11 Rattle Co

2010-05-06 Thread Morgan
Hi, A short recap (Rattle still not working): - Installed GTK from http://r.research.att.com/- Installed GGOBI - Installed R latest - Finally installed rggobi 2.1.14 from BioConductor Bin (can load it without error as well) - Installed rattle with dependencies Rattle not rattling, still this

[R-SIG-Mac] R2.11 Rattle Co

2010-05-06 Thread Morgan
Great update I finally manager to get rattle working... I still have the GTK warnings but rattle works !!! Despite the language of my system is set to english, it was the clue. Here's the detailed and working procedure for Mac OSX and R2.11 0) Make sure X11 is installed (if not install

[R-SIG-Mac] Building AEM on PPC G3 running MacOS X 10.4

2010-05-06 Thread Magnus Bein
I am setting up ordination packages on my R platform and have questions for installing the PCNM package. I am running an older platform: iBook G3 (PPC processor), Mac OS 10.4.11, with R ver. 2.10.1 (installed from universal binary). I also have X-Code (ver. 3.4) installed. I tried to build

Re: [R-SIG-Mac] The libpng12.0.dylib hoo-hah.

2010-05-06 Thread Ben Madin
Rolf, I have no expertise in X11, and can use it (I don't normally, it seems much slower than quartz) the most technical thing I have done is install R installation using the installer from r.research.att.com but if it helps you in a moment of desparation! On 07/05/2010, at 10:28 , Rolf

Re: [R-SIG-Mac] The libpng12.0.dylib hoo-hah.

2010-05-06 Thread Rolf Turner
Dear Ben, Thanks for your email. I guess I'll try the OS upgrade as you suggested, unless I get other suggestions in the near future. I fear and tremble at thought however. Something is sure to go wrong (Murphy's Law being what it is). cheers, Rolf

Re: [R-SIG-Mac] Building AEM on PPC G3 running MacOS X 10.4

2010-05-06 Thread Prof Brian Ripley
There is no Xcode 3.4 to my knowledge, and certainly not for 10.4. Perhaps you meant 2.4, in which case you need to update it. From memory (we no longer support Tiger binaries) Xcode 2.4.1 is needed and 2.5 is the last version for Tiger. Alterntively (and better), build R 2.11.0 from the