[EMAIL PROTECTED] wrote: > To whom it may concern, > I get the following message when I run my function: > > Warning message: > multi-argument returns are deprecated in: return(call.fn, repl, time, from, > to, last.year, occup.m, ant.occ.m, > > >>version > > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 1 > minor 8.0 > year 2003 > month 10 > day 08 > language R > Win XP > > The whole return call is: > return(call.fn, repl, time, from, to, last.year, occup.m, ant.occ.m, > ant.tree.m, mean.tree.dbh.m, mean.tree.age.m) > > If I reduce the call to > return(call.fn, repl) > I still gett the error, but if I I reduce to > return(call.fn) or return(repl) > it works fine. > > The whole long return call works fine with the version I worked with until > today: > > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 1 > minor 7.0 > year 2003 > month 04 > day 16 > language R > Win XP > > I have read CHANGES and can't find changes about return(). >
Not a bug. Please read the NEWS and find that multiple arguments are deprecated. Uwe Ligges > Thanks for letting me know what can be wrong. > > > Sincerely, > Tord > > ----------------------------------------------------------------------- > Tord Sn?ll > Avd. f v?xtekologi, Evolutionsbiologiskt centrum, Uppsala universitet > Dept. of Plant Ecology, Evolutionary Biology Centre, Uppsala University > Villav?gen 14 > SE-752 36 Uppsala, Sweden > Tel: 018-471 28 82 (int +46 18 471 28 82) (work) > Tel: 018-25 71 33 (int +46 18 25 71 33) (home) > Fax: 018-55 34 19 (int +46 18 55 34 19) (work) > E-mail: [EMAIL PROTECTED] > Check this: http://www.vaxtbio.uu.se/resfold/snall.htm! > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel