Displaying 1 result from an estimated 1 matches for "sunos5_1".
Did you mean:
sunos5.8
1997 Apr 03
0
R-alpha: R0.50-pre6: "stack imbalance in ..." // is.vector(matrix...)
...here:
> prompt(prompt)
stack imbalance in internal as.vector, 22 then 21
stack imbalance in .Internal, 21 then 20
stack imbalance in <-, 16 then 15
created file named prompt.man in the current directory.
Edit the file and move it to the appropriate directory,
/soft/sunos5_1/R-prealpha-0.50-6/src/manual/man/ dropping the ending '.man'
stack imbalance in {, 14 then 13
The first three messages are created by "as.character" on a 'symbol'
object:
> (function(x) as.character(substitute(x)))(abc)
stack imbalance in internal as.vector,...