On Wed, 2 Dec 1998, Norm Josephy wrote:
> Hello:
>
> In the latest release of R from bdr, bdr0631, running under
> Windows 95:
>
> print(2)
>
> Error: 5 arguments passed to print.default, while requires 6
>
> Is there a problem here?
Well, yes, obviously, but there is no problem _here_. You should get
> print.default
function (x, digits = NULL, quote = TRUE, na.print = NULL, print.gap NULL,
right = FALSE, ...)
.Internal(print.default(x, digits, quote, na.print, print.gap,
right))
and I expect the final argument is missing. It isn't when I unpack a fresh
copy here, so I can only assume you have used my base5.zip that does
not apply to that version but to rw0630, or otherwise have some 0.63.0
things around.
Please don't use R-help for messages about development versions. I have
only put that version up to allow batch mode to be tested. Treat it like
anything else based on an R snapshot, as potentially suspect, and contact
the author or R-devel.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._