Re: [Rd] WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image

2006-11-03 Thread John Chambers
Well, at the moment I'm a little confused too. It's not at all as simple as my previous mail suggested. Here's what I know, and unfortunately I won't have too much time to look further for a while. Starting from a clean folder (no saved workspace): > library(urca) > showMethods("summary") F

Re: [Rd] Formal methods are not loaded from NAMESPACE in reloadedworkspace image

2006-11-03 Thread John Chambers
.pp" object="ur.sp" object="ur.za" and summary(lc.df) then works as expected. So the workaround, other than inserting all the import(methods), etc. you can think of, seems to be to save/load explicitly. Seth Falcon wrote: > John Chambers <[EMAIL PROTECTED]>

Re: [Rd] How to put my S4 class into data.frame

2006-11-04 Thread John Chambers
Designing a "better data frame" is something many people have likely thought about; I certainly have. But data frames are so widely used and so central to models and other software that a major change needs to be done by the user community, or at least with maximum feedback, IMO. Also, my prio

Re: [Rd] Formal methods are not loaded from NAMESPACE in reloadedworkspace image

2006-11-04 Thread John Chambers
library(urca) >>> showMethods("summary") >>> >> Function: summary (package base) >> object="ANY" >> object="ca.jo" >> object="ca.po" >> object="cajo.test" >> object="ur.df" >>

<    1   2   3   4