[Rd] typo in reshape.Rd

2007-02-28 Thread Stephen D. Weigand
The 3 lines below are from paragraph 4 of \details in reshape.Rd. In line [2], a space is needed before "where" and the "to" at the end of the line should be removed. [1]these names. The default is variable names like \code{x.1}, [2]\code{x.2},where \code{split=list(regexp="\\.",include=FALSE)} t

[Rd] Wishlist: abs method for difftime

2006-12-07 Thread Stephen D. Weigand
I am often taking the absolute value of a difftime object (after coercing it to numeric) in order to see how far apart in time two events are. For example, I might want to know if two events occurred within 100 days of each other using something like abs(difftime(Date1, Date2)) < 100 Below is a s

Re: [Rd] writeForeignSAS and potential extensions

2006-07-13 Thread Stephen D. Weigand
Sorry, looks like my work e-mailer put the attachments in the body. Please e-mail [EMAIL PROTECTED] if interested and I'll send you a copy of the files. I think it'll also work to grab the files from: ftp://mayoftp:''@ftp.mayo.edu/pub/weigand/writeForeignSAS7.R ftp://mayoftp:''@ftp.mayo.edu/pub/w

Re: [Rd] Wishlist: 'append' argument for write.ftable()

2006-03-16 Thread Stephen D. Weigand
On Mar 16, 2006, at 9:48 PM, Stephen D. Weigand wrote: I would like to suggest that an 'append' argument be added to write.ftable(). This would allow, for example, the user to append ftable() output to a text report. I have attached an svn patch to ftable.R that makes the proposed

[Rd] Wishlist: 'append' argument for write.ftable()

2006-03-16 Thread Stephen D. Weigand
I would like to suggest that an 'append' argument be added to write.ftable(). This would allow, for example, the user to append ftable() output to a text report. I have attached an svn patch to ftable.R that makes the proposed change to write.ftable(). [A very trivial change since 'append' is si

[Rd] Typos in writeLines.Rd, readLines.Rd, and data.matrix.Rd

2006-02-27 Thread Stephen D. Weigand
Hello, The diffs below are based on revision 37445 and show some typo corrections for writeLines.Rd, readLines.Rd, and data.matrix.Rd that I'd like to bring to the list's attention. Sincerely, Stephen Weigand Rochester, Minnesota, USA --- ./src/library/base/man/writeLines.RdSun Feb 26