[Rd] substitute creates an object which prints incorrectly (PR#9427)

2006-12-22 Thread Bill . Venables
sin(x + 1) > eval(m) > y function(x) FUN(x+1) However the story doesn't end there. The substitution appears to have been made, even though the printed version, this time, suggests otherwise. > y(pi) [1] -0.841471 > sin(pi+1) [1] -0.841471 > Bill Venables CMIS, CSIRO Laborat

[Rd] initialize expression in 'quasi' (PR#8486)

2006-01-16 Thread Bill . Venables
at you get above when mustart is supplied. The changes cannot affect performance with any other variance functions and with this variance function should only make things better, but it just _might_ make things work worse in extreme and unusual cases. I have not found one, though. Bill Venables.=20

[Rd] NextMethod causes R 2.2.0 to crash (PR#8416)

2005-12-20 Thread Bill . Venables
s(m) [1] "Date" > julian(m) [1] 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 attr(,"origin") [1] "1970-01-01" > m <- as.character(m) > class(m) [1] "character" > julian(m) < R crashes> --please do not edit the information below--