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
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
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
[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
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.
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/
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
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
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
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
10 matches
Mail list logo