This function call returns 3 but should return 32. ..0 has no special
significance in R as far I know yet it seems to be acting as if it
were ..1 . Comments?
> ff <- function(..0, ...) ..0
> R.version.string
> ff(32, 3)
[1] 3
[1] "R version 2.11.0 Patched (2010-04-26 r51822)"
> win.version()
[1] "Windows Vista (build 6002) Service Pack 2"
R-devel_at_r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Received on Sun 30 May 2010 - 19:20:05 GMT
Archive maintained by Robert King, hosted by
the discipline of
statistics at the
University of Newcastle,
Australia.
Archive generated by hypermail 2.2.0, at Sun 30 May 2010 - 20:00:55 GMT.
Mailing list information is available at https://stat.ethz.ch/mailman/listinfo/r-devel. Please read the posting guide before posting to the list.