Actions
Bug #4271
closedRExpression fails when options(echo = FALSE) is set
Start date:
07/27/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4271
Description
insert an options(echo = FALSE) in RExpression code without a matching options(echo = TRUE), and it will fail to output properly. I doubt many people will set such an option, but it caused me some problems. A simple options(echo = TRUE) at the beginning of output port processing should fix things up.
Actions