[Rd] (no subject)

2005-09-19 Thread Antonio, Fabio Di Narzo
Is it planned to 'officially' support F95 code in R-2.2.0? If not, by now, how is it possible to 'smothly' use F95 code in a package (i mean, using gfortran)? Something like stopping compilation if a non-f95 compiler is found. My idea by now is to search for the gfortran executable, and set the F77

[Rd] using F95 code in package src (was: (no subject))

2005-09-19 Thread Antonio, Fabio Di Narzo
sorry: wrote 'subject' as 'attachments'! On 9/19/05, Antonio, Fabio Di Narzo <[EMAIL PROTECTED]> wrote: > Is it planned to 'officially' support F95 code in R-2.2.0? > If not, by now, how is it possible to 'smothly' use F95 code in a > package (i mean, using gfortran)? > Something like stopping com

Re: [Rd] using F95 code in package src (was: (no subject))

2005-09-19 Thread Prof Brian Ripley
On Mon, 19 Sep 2005, Antonio, Fabio Di Narzo wrote: > sorry: wrote 'subject' as 'attachments'! > > On 9/19/05, Antonio, Fabio Di Narzo <[EMAIL PROTECTED]> wrote: >> Is it planned to 'officially' support F95 code in R-2.2.0? Do you mean in a contributed package to be installed in R? There are no

[Rd] Contacting RDCOMClient Maintainer

2005-09-19 Thread Gabor Grothendieck
I tried to contact the maintainer of RDCOMClient as per the DESCRIPTION file to report a bug but my mail bounced. Is there more recent contact information? The original message was received at Mon, 19 Sep 2005 03:03:21 -0500 (CDT) from hoemail2.lucent.com [192.11.226.163] - The following

Re: [Rd] Contacting RDCOMClient Maintainer

2005-09-19 Thread Kurt Hornik
> Gabor Grothendieck writes: > I tried to contact the maintainer of RDCOMClient as per the > DESCRIPTION file to report a bug but my mail bounced. Is there more > recent contact information? Yes. In case you want to have it . Duncan Temple Lang <[EMAIL PROTECTED]> -k > The original

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-19 Thread Martyn Plummer
On Sat, 2005-09-17 at 17:19 -0500, Charles Geyer wrote: > I can't compile R-alpha on AMD 64. Rather than include a 1400 line script > I have put it on the web > > http://www.stat.umn.edu/~charlie/typescript.txt > > way down near the bottom it fails building lapack.so > > gcc -shared -L/

[Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Martin Maechler
I've changed the subject in the hope some more people would voice an opinion... > "MM" == Martin Maechler <[EMAIL PROTECTED]> > on Sat, 17 Sep 2005 17:29:20 +0200 writes: > "Wst" == Werner Stahel <[EMAIL PROTECTED]> > on Fri, 16 Sep 2005 09:37:02 +0200 writes: Wst> .

Re: [Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Duncan Murdoch
On 9/19/2005 8:18 AM, Martin Maechler wrote: > I've changed the subject in the hope some more people would > voice an opinion... > >> "MM" == Martin Maechler <[EMAIL PROTECTED]> >> on Sat, 17 Sep 2005 17:29:20 +0200 writes: > >> "Wst" == Werner Stahel <[EMAIL PROTECTED]> >>

Re: [Rd] automatically adding smooth to plot:options("plot.add.smooth")

2005-09-19 Thread John Fox
Dear Duncan and Martin, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Murdoch > Sent: Monday, September 19, 2005 7:47 AM > To: Martin Maechler > Cc: Werner Stahel; R-devel@stat.math.ethz.ch > Subject: Re: [Rd] automatically adding smooth t

[Rd] Lists and data frames (PR#8143)

2005-09-19 Thread fwagner
Full_Name: Frank Wagner Version: R 2.1.1 OS: Windows Submission from: (NULL) (193.174.73.34) Hi, The pdf file R-intro descripe on page 27 that lists can be extended by adding numbers. Unfortunately, it's not working ## example : # if i did not declare the variable an error occurs : object not f

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread Liaw, Andy
> From: r-devel > > Full_Name: Frank Wagner > Version: R 2.1.1 > OS: Windows > Submission from: (NULL) (193.174.73.34) > > > Hi, > The pdf file R-intro descripe on page 27 that lists can be > extended by adding > numbers. > Unfortunately, it's not working > ## example : > > # if i did not dec

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread ligges
[EMAIL PROTECTED] wrote: > Full_Name: Frank Wagner > Version: R 2.1.1 > OS: Windows > Submission from: (NULL) (193.174.73.34) > > > Hi, > The pdf file R-intro descripe on page 27 that lists can be extended by adding > numbers. > Unfortunately, it's not working > ## example : > > # if i did not

Re: [Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Paul Gilbert
Martin Maechler wrote: > I've changed the subject in the hope some more people would > voice an opinion... ... > Now I even propose to have > > options(add.smooth = TRUE) > > as a new default. > > Do I get a reaction now? > Martin I think you may break a lot of things if you

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread Gavin Simpson
On Mon, 2005-09-19 at 15:34 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Frank Wagner > Version: R 2.1.1 > OS: Windows > Submission from: (NULL) (193.174.73.34) > > > Hi, > The pdf file R-intro descripe on page 27 that lists can be extended by adding > numbers. > Unfortunately, it's not working

Re: [Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Duncan Murdoch
On 9/19/2005 10:01 AM, Paul Gilbert wrote: > Martin Maechler wrote: > >> I've changed the subject in the hope some more people would >> voice an opinion... > > ... > >> Now I even propose to have >> >> options(add.smooth = TRUE) >> >> as a new default. >> >> Do I get a reaction

Re: [Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Martin Maechler
> "PaulG" == Paul Gilbert <[EMAIL PROTECTED]> > on Mon, 19 Sep 2005 10:01:57 -0400 writes: PaulG> Martin Maechler wrote: >> I've changed the subject in the hope some more people >> would voice an opinion... PaulG> ... >> Now I even propose to have >> >> o

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread Uwe Ligges
Gavin Simpson wrote: > On Mon, 2005-09-19 at 15:34 +0200, [EMAIL PROTECTED] wrote: > >>Full_Name: Frank Wagner >>Version: R 2.1.1 >>OS: Windows >>Submission from: (NULL) (193.174.73.34) >> >> >>Hi, >>The pdf file R-intro descripe on page 27 that lists can be extended by adding >>numbers. >>Unfort

Re: [Rd] automatically adding smooth to plot: options("plot.add.smooth")

2005-09-19 Thread Paul Gilbert
Duncan Murdoch wrote: > On 9/19/2005 10:01 AM, Paul Gilbert wrote: > >> Martin Maechler wrote: >> >>> I've changed the subject in the hope some more people would >>> voice an opinion... >> >> >> ... >> >>> Now I even propose to have >>> options(add.smooth = TRUE) >>> >>> as a new defa

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-19 Thread Peter Dalgaard
Martyn Plummer <[EMAIL PROTECTED]> writes: > > The 'recompile with -fPIC' is bullsh*t. The problem is that is is looking > > in /usr/lib64/liblapack.a rather than /usr/lib64/liblapack.so.3 both of > > which > > exist. Some searching for this error message on Google shows a lot of > > questions

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-19 Thread Martyn Plummer
On Mon, 2005-09-19 at 17:10 +0200, Peter Dalgaard wrote: > Martyn Plummer <[EMAIL PROTECTED]> writes: > > > > The 'recompile with -fPIC' is bullsh*t. The problem is that is is looking > > > in /usr/lib64/liblapack.a rather than /usr/lib64/liblapack.so.3 both of > > > which > > > exist. Some sea

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread Gavin Simpson
On Mon, 2005-09-19 at 16:39 +0200, Uwe Ligges wrote: > Gavin Simpson wrote: > > > On Mon, 2005-09-19 at 15:34 +0200, [EMAIL PROTECTED] wrote: > > > >>Full_Name: Frank Wagner > >>Version: R 2.1.1 > >>OS: Windows > >>Submission from: (NULL) (193.174.73.34) > >> > >> > >>Hi, > >>The pdf file R-intr

Re: [Rd] looks in liblapack.a not liblapack.so

2005-09-19 Thread Gavin Simpson
On Mon, 2005-09-19 at 17:40 +0200, Martyn Plummer wrote: > On Mon, 2005-09-19 at 17:10 +0200, Peter Dalgaard wrote: > > Martyn Plummer <[EMAIL PROTECTED]> writes: > > > > > > The 'recompile with -fPIC' is bullsh*t. The problem is that is is > > > > looking > > > > in /usr/lib64/liblapack.a rathe

[Rd] how to extract the column name or value from the numerical value of the matrix

2005-09-19 Thread shanmuha boopathy
Dear sir, i have a matrix like x<-c(1:20) A<-matrix(x,4,5) > A [,1] [,2] [,3] [,4] [,5] [1,]159 13 17 [2,]26 10 14 18 [3,]37 11 15 19 [4,]48 12 16 20 I want to extract the column value for the matrix value 11... or the row value for

Re: [Rd] [R] how to extract the column name or value from the numerical value of the matrix

2005-09-19 Thread Greg Snow
look at ?col and ?row. One way to use them is: col(A)[A==11] row(A)[A==14] hope this helps, Greg Snow, Ph.D. Statistical Data Center, LDS Hospital Intermountain Health Care [EMAIL PROTECTED] (801) 408-8111 >>> shanmuha boopathy <[EMAIL PROTECTED]> 09/19/05 01:30PM >>> Dear sir, i have a matri