Re: [R] Turning off return warning messages.

2005-07-20 Thread Mulholland, Tom
nesday, 20 July 2005 1:50 PM > To: R Help Mailing List > Subject: Re: [R] Turning off return warning messages. > > > On Wed, 20 Jul 2005, Steve Su wrote: > > > Is there a way I can turn off the following warning message > > for using multi-argument returns? >

Re: [R] Turning off return warning messages.

2005-07-19 Thread Paul Roebuck
On Wed, 20 Jul 2005, Steve Su wrote: > Is there a way I can turn off the following warning message > for using multi-argument returns? > > multi-argument returns are deprecated in: return(p1, p2, p3, p4) doubleEm <- function(p1, p2, p3, p4) { return(list(p1 = p1*p1, p2 = p2*p2

[R] Turning off return warning messages.

2005-07-19 Thread Steve Su
Dear All, Is there a way I can turn off the following warning message for using multi-argument returns? multi-argument returns are deprecated in: return(p1, p2, p3, p4) Steve. ** Steve Su ([EMAIL PROTECTED])