>> Are there any plans for figuring out potential S3 methods and declaring
>> them
>> with S3method() in the automatic default NAMESPACE?
>
> There are no safe ways to do that.
So doesn't that break packages that use S3 but don't have a NAMESPACE?
Hadley
--
Assistant Professor / Dobelman Family
On 26.08.2011 23:47, Michael Lawrence wrote:
Hi guys,
Are there any plans for figuring out potential S3 methods and declaring them
with S3method() in the automatic default NAMESPACE?
There are no safe ways to do that.
Uwe
Thanks,
Michael
[[alternative HTML version deleted]]
__
Did you every find a resolution to this? I have the exact same problem and
have had no success solving it. I'd like to know your solution if you found
one.
In R
system("texi2dvi --version")
texi2dvi (GNU Texinfo 4.8) 1.34
Copyright (C) 2004 Free Software Foundation, Inc.
There is NO warranty.
On Fri, Aug 26, 2011 at 9:41 PM, Scott wrote:
> It does look like you've got a memory issue. perhaps using
> as.is=TRUE, and/or stringsAsFactors=FALSE will help as optional arguments
> to read.table
>
> if you don't specify these sorts of things, R can have to look through the
> file and figure o
On Fri, Aug 26, 2011 at 11:55 PM, Ben Bolker wrote:
> Scott googlemail.com> writes:
>
>>
>> It does look like you've got a memory issue. perhaps using
>> as.is=TRUE, and/or stringsAsFactors=FALSE will help as optional arguments
>> to read.table
>>
>> if you don't specify these sorts of things,