Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
> R is a collaborative project with many contributors.
> Type "?contributors" for a list.
>
> Type "demo()" for some demos, "help()" for on-line
help, or
> "help.start()" for a HTML browser interface to help.
>
> Error: Object "colors" not found
> Error: couldn't find function "Version"
> > traceback()
> Error: couldn't find function "traceback"
> > q()
> Error: couldn't find function "q"
> >
>
> Does anyone have any ideas what might be wrong. (Yes I did start clean with
the
> tar file and then ./configure.)
In general, this means that R bails out while executing
library/base/R/base, leaving most of the functions undefined. Almost
the entire file is simple assignments, so it's very likely likely that
the trouble spot is the .Alias line in:
..
machine <- function().Internal(machine())
colors <- function().Internal(colors())
colours <- .Alias(colors)
args <- function(name).Internal(args(name))
..
which, pretty obviously should not fail. Check whether the file looks
sane and if it is then whether you can execute the lines by hand.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._