Re: [R] eMail results out of R

2007-07-13 Thread Stéphane Dray
I did it a long time ago, so I do not remember why I have to use exim4... sorry. mail did not work alone.. that is why I use exim4. Perhaps a simpler solution exists. Cheers (Ted Harding) wrote: On 12-Jul-07 16:10:46, Stéphane Dray wrote: Here is a small function that I used on Debian

Re: [R] eMail results out of R

2007-07-12 Thread Stéphane Dray
using. If the command emailit would work from the command line on your system, then system(emailit) should work from within R. Writing that command is the hard part, of course. Duncan Murdoch -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard

[R] acf and na.pass

2007-06-29 Thread Stéphane Dray
on the topic ? Thanks in advance, Sincerely. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88 http://biomserv.univ-lyon1.fr/~dray

Re: [R] Randomising matrices

2007-04-27 Thread Stéphane Dray
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27

Re: [R] MAFA and DFA for short time series

2007-04-11 Thread Stéphane Dray
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4

Re: [R] Standardization Range

2007-03-28 Thread Stéphane Dray
commented, minimal, self-contained, reproducible code. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88 http://biomserv.univ-lyon1.fr

Re: [R] RDA and trend surface regression

2007-03-01 Thread Stéphane Dray
take a look at multispati in package ade4 for a different way to handle spatial constraints. There is also the principle coordinates analysis of neighbour matrices (PCNM) method - not sure this is coded anywhere in R yet though. Here are two references that may be useful: Stéphane Dray has

Re: [R] Cross-compilation of R and ld bug ?

2007-01-09 Thread Stéphane Dray
the mingw, which can be done from the i386 distribution. I will rebuild the cross-compilers in due course.) On Mon, 8 Jan 2007, Stéphane Dray wrote: Hello list, I would like to cross-compile R packages using R 2.4.0. I am working on Linux Debian and cross-compiled (windows binaries) without

[R] Cross-compilation of R and ld bug ?

2007-01-08 Thread Stéphane Dray
people which have the same problem when cross-compiling R on Linux - Is it possible that the problem is related to ld. If yes, is it possible to obtain a patched version ? Thanks in advance. Sincerely, -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I

Re: [R] Cummulative Variance in Correspondence Analysis (ADE4)

2006-12-05 Thread Stéphane Dray
. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88 http://biomserv.univ-lyon1.fr/~dray/ __ R-help

Re: [R] Simplifying Sweave graphics

2006-11-10 Thread Stéphane Dray
-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR

Re: [R] PCA with not non-negative definite covariance

2006-07-27 Thread Stéphane Dray
-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88

Re: [R] mca id numbers

2006-05-04 Thread Stéphane Dray
) scatter.dudi(dat.acm) Thank you very much ! Mauricio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Stéphane DRAY ([EMAIL

Re: [R] Contingency table and zeros

2006-03-06 Thread Stéphane Dray
, or a table() option to do such a task ? Thanks. Regards, Nicolas __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Stéphane DRAY

[R] A 'sweave' strange problem !!!

2005-11-11 Thread Stéphane Dray
) in the first one. Without plot, there are no problems: a remains unchanged. Is it a bug or have I misundertsood something ? Thanks a lot ! R version 2.1.0 (Debian). -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622

[R] sweave/help

2005-10-26 Thread Stéphane Dray
Hello list, I would like to know if it is possible to get output of help(foo) with Sweave. If I insert ?foo in a chunk, the console give me the help but no output is obtained in the tex file. Perhaps something to do with options ? Thanks in advance ! -- Stéphane DRAY ([EMAIL PROTECTED

Re: [R] Pb with function taxo2phylog (package ade4)

2005-10-24 Thread Stéphane Dray
_ Apprenez à lutter contre le spam ! __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Stéphane DRAY ([EMAIL

Re: [R] STATIS

2005-10-17 Thread Stéphane Dray
Ribeiro Portugal [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Stéphane DRAY ([EMAIL

[R] Sweave and Rnews

2005-10-11 Thread Stéphane Dray
and automatic solution to this problem? Thanks in advance. -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88 http://www.steph280.freesurf.fr

Re: [R] class in apply

2005-07-20 Thread Stéphane Dray
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Stéphane DRAY ([EMAIL PROTECTED] ) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France Tel: 33 4