Re: [Rd] R 2.5.0 devel try issue in conjuntion with S4 method dispatch

2007-03-15 Thread Peter Dalgaard
Seth Falcon wrote: > [EMAIL PROTECTED] writes: > >> Investigating this new implementation I come across an issue in >> conjuntion with using S4 classes and methods. try(expr) does not return an >> object with attribute 'try-error' in case of method dispatch failure >> in the wrapped expression w

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-15 Thread Ei-ji Nakama
2007/3/16, Andrew Ferris <[EMAIL PROTECTED]>: > I'm closer but still not quite there. Here's the configure command I'm using: > > ./configure 'CC=gcc -m64' 'CXX=g++ -m64 -mminimal-toc' 'FC=gfortran -mc64 > -fno-optimize-sibling-calls' 'F77=gfortran -m64 -fno-optimize-sibling-calls' > 'LDFLAGS=-L

Re: [Rd] Sweave bug using 'FDR' in chunk label (PR#9567)

2007-03-15 Thread Duncan Murdoch
On 3/15/2007 1:58 PM, [EMAIL PROTECTED] wrote: > Full_Name: Kevin Coombes > Version: 2.4.0 > OS: Windows XP > Submission from: (NULL) (143.111.22.24) > > > I'm running R 2.4.0 on a Windows XP machine, with only the default packages > loaded. > > Running Sweave or Stangle on the following Rnw fil

Re: [Rd] R 2.5.0 devel try issue in conjuntion with S4 method dispatch

2007-03-15 Thread Seth Falcon
[EMAIL PROTECTED] writes: > Investigating this new implementation I come across an issue in > conjuntion with using S4 classes and methods. try(expr) does not return an > object with attribute 'try-error' in case of method dispatch failure > in the wrapped expression which to me seems not > quite c

[Rd] Inherited S4 methods

2007-03-15 Thread cstrato
Dear all, Recently, there was a question to use the same method for more than one class: https://stat.ethz.ch/pipermail/r-devel/2007-March/044809.html I have a variation of this question: Is it possible to use the same function name, e.g. "myfunction" in both, an S4 baseClass and derivedClass.

[Rd] Sweave bug using 'FDR' in chunk label (PR#9567)

2007-03-15 Thread krc
Full_Name: Kevin Coombes Version: 2.4.0 OS: Windows XP Submission from: (NULL) (143.111.22.24) I'm running R 2.4.0 on a Windows XP machine, with only the default packages loaded. Running Sweave or Stangle on the following Rnw file: -- % bug.Rnw \begin{document} Demonstrate an Sweave/

Re: [Rd] compile 2.4.1 for linux on power cpus

2007-03-15 Thread Andrew Ferris
I'm closer but still not quite there. Here's the configure command I'm using: ./configure 'CC=gcc -m64' 'CXX=g++ -m64 -mminimal-toc' 'FC=gfortran -mc64 -fno-optimize-sibling-calls' 'F77=gfortran -m64 -fno-optimize-sibling-calls' 'LDFLAGS=-L/usr/lib64' R_PAPERSIZE='letter' I'm using the -mminim

Re: [Rd] allocVector reference

2007-03-15 Thread Simon Urbanek
Andrew, On Mar 15, 2007, at 8:01 AM, Andrew Piskorski wrote: > On Wed, Mar 14, 2007 at 05:44:04PM -, Matthew Dowle wrote: >> >> Hi, >> >> I'm trying to write a function to return an R vector which points >> directly to a contiguous subset of another vector, without taking >> a copy. > > M

[Rd] R 2.5.0 devel try issue in conjuntion with S4 method dispatch

2007-03-15 Thread ml-it-r-devel
Hi, after updating R 2.5.0 devel yesterday we today observed many new unexpected failures in our daily package build and test system runs, which can be traced to recent changes in the implementation in try() (as noted in NEWS). Investigating this new implementation I come across an issue in con

Re: [Rd] allocVector reference

2007-03-15 Thread Andrew Piskorski
On Wed, Mar 14, 2007 at 05:44:04PM -, Matthew Dowle wrote: > > Hi, > > I'm trying to write a function to return an R vector which points > directly to a contiguous subset of another vector, without taking a > copy. Matthew, I don't know the answer to your question, but this all seems related