Re: [Rd] Rmpi on CentOS (64bit)

2010-03-03 Thread Prof Brian Ripley
There are many different versions of OpenMPI about. It looks like you have one that is set up for specialized hardware. Either this is the wrong version or a configuration error, and you will need to talk to your 'local System Administrator'. Incidentally, you should not have to set

Re: [Rd] Installation problem with 2.10 and Solaris 10 (PR#14227)

2010-03-03 Thread Prof Brian Ripley
On Tue, 2 Mar 2010, jno...@vcu.edu wrote: Full_Name: John Noble Version: 2.10 There is no such version of R (see the posting guide for the need for accurate reporting of version numbers). In 2.10.1, the unpacking is usually done by either by tar xf or gzip -dc | tar xf so the

[Rd] Displaying political boundaries in R

2010-03-03 Thread Arlindo Meque
  Dearall,      I am new in the R environment. How can I enable political boundaries in R? I want plot a variable (e.g., temperature) only for Mozambique.     Help is needed ___[[elided Yahoo spam]]

Re: [Rd] libgfortran misplaced in Mac OS X R install (PR#14226)

2010-03-03 Thread Simon Urbanek
This is not an R bug so please don't abuse R-bugs. It is likely a bug in the way OpenMx binaries are distributed by someone (you didn't even say where you got them from) - OpenMx is not even on CRAN so take that to whoever gave you the binaries. On CRAN we use the correct paths. Cheers,

[Rd] What is pairlist in R-ints.pdf?

2010-03-03 Thread blue sky
R-ints.pdf mentions pairlist with the reference to mit-scheme. However, it is not clear to me what 'pairlist' exactly refers to, as I don't find the definition for it. Does a 'pairlist' in R equivalent to a pair or a list (which is essentially a pair whose cdr is a list) in mit-scheme?

Re: [Rd] R logo as SVG ?

2010-03-03 Thread Henrik Bengtsson
My Wednesday procrastination: There's quite some number of decimals in the SVG and some whitespace, so some dummy trimming gives: x - readLines(http://developer.r-project.org/Logo/Rlogo-1.svg;); nx - sum(nchar(x))+length(x); for (kk in 2:0) { # Keep only K decimals pattern -

Re: [Rd] What is pairlist in R-ints.pdf?

2010-03-03 Thread Simon Urbanek
On Mar 3, 2010, at 11:29 , blue sky wrote: R-ints.pdf mentions pairlist with the reference to mit-scheme. However, it is not clear to me what 'pairlist' exactly refers to, as I don't find the definition for it. Does a 'pairlist' in R equivalent to a pair or a list (which is essentially a

Re: [Rd] Rmpi on CentOS (64bit)

2010-03-03 Thread Patrick Connolly
On Wed, 03-Mar-2010 at 08:42AM +, Prof Brian Ripley wrote: There are many different versions of OpenMPI about. It looks like you have one that is set up for specialized hardware. Either this is the wrong version or a configuration error, and you will need to talk to your 'local System

[Rd] Mentor for GSOC '10: Symbolic Regression in R

2010-03-03 Thread Chidambaram Annamalai
Hi all, I am looking to extend the regression and data analysis capabilities of R through Symbolic Regression that can potentially find implicit equation relationships in the input data. You can find my project proposal at: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr

Re: [Rd] Rmpi on CentOS (64bit)

2010-03-03 Thread Marc Schwartz
On Mar 3, 2010, at 1:24 PM, Prof Brian Ripley wrote: On Thu, 4 Mar 2010, Patrick Connolly wrote: On Wed, 03-Mar-2010 at 08:42AM +, Prof Brian Ripley wrote: There are many different versions of OpenMPI about. It looks like you have one that is set up for specialized hardware. Either

Re: [Rd] Rmpi on CentOS (64bit)

2010-03-03 Thread Dirk Eddelbuettel
On 3 March 2010 at 19:24, Prof Brian Ripley wrote: | On Thu, 4 Mar 2010, Patrick Connolly wrote: | | On Wed, 03-Mar-2010 at 08:42AM +, Prof Brian Ripley wrote: | | There are many different versions of OpenMPI about. It looks like | you have one that is set up for specialized hardware.

Re: [Rd] Displaying political boundaries in R

2010-03-03 Thread Ben Bolker
Arlindo Meque mequitomz at yahoo.com.br writes:   Dearall,      I am new in the R environment. How can I enable political boundaries in R? I want plot a variable (e.g., temperature) only for Mozambique. Dear Arlindo, you need to (1) ask this question at r-h...@r-project.org instead

Re: [Rd] Rmpi on CentOS (64bit)

2010-03-03 Thread Patrick Connolly
On Wed, 03-Mar-2010 at 01:46PM -0600, Marc Schwartz wrote: | Patrick, just as an FYI, I did not see which variant of CentOS you | are using, but: Apologies. I didn't mention it's 5.4 | CentOS 4, which is based upon RHEL 4, is in turn based upon Fedora | Core 3 (2004). | CentOS 5, which is

Re: [Rd] Mentor for GSOC '10: Symbolic Regression in R

2010-03-03 Thread Romain Francois
Hello, I can't offer to mentor because I don't know anything about symbolic regression. However, since you have R/C++ as the skills requirements, I would strongly recommend that you use Rcpp as an enabling technology, so that you can be productive on C++/symbolic regressions as opposed to