Skip to content
Prev 1395 / 63424 Next

R 0.62.1 with SunOS 5.6 problems

Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
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.