Skip to content
Prev 4931 / 63424 Next

AW: par(par()) corrupts devices (PR#807)

My guess is that it was an R-bugs mail distribution problem at KU.
Certainly not your end.
(I was being somewhat ironic. It was a design error.)
Should work in 1.2.1 if the size is unchanged.
No longer in 1.2.1.
That's not quite right.  R has several pars doing the same thing.  They
will give different answers after re-sizing, and the last one used wins
out.  S does not have this problem because (essentially) it does not
resize.  Ideally there would be a way to save just one of the 
conflicting options.