Re: [Rd] Posting Guide - help.request() function?

2008-06-11 Thread Dr Heather Turner
sending >> off an email so people don't wind up sending out emails >> when they are really just trying out the system. >> Probably "none" should be the default for email so that >> its not regarded as obnoxious. >> >>

Re: [Rd] Posting Guide - help.request() function?

2008-06-09 Thread Dr Heather Turner
ion On Mon, Jun 9, 2008 at 10:35 AM, Dr Heather Turner <[EMAIL PROTECTED]> wrote: Whilst it is a good idea to improve the posting guide, it seems to me that it would be useful to have a function along the lines of bug.report(), to help a potential questioner make sure they have done

Re: [Rd] Posting Guide - help.request() function?

2008-06-09 Thread Dr Heather Turner
Whilst it is a good idea to improve the posting guide, it seems to me that it would be useful to have a function along the lines of bug.report(), to help a potential questioner make sure they have done their homework and have the relevant information to put into a post to R-help. Even those o

[Rd] str and class

2008-05-09 Thread Dr Heather Turner
In previous versions of the gnm package, the terms component of "gnm" objects had a "classID" attribute. This caused problems when used with str as the following simple example illustrates: > x <- 1 > attr(x, "classID") <- "type1" > str(x) Class 'type1' Class 'type1' Class 'type1' Class 'type1'