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.
Updated by ben leinfelder over 15 years ago
I remember Kevin Drury had this problem ages ago (and neither of us knew enough about R to realize what the problem was).
Updated by ben leinfelder over 15 years ago
Even if the RExpression script has echo=FALSE, we set it to TRUE before exporting objects to the ports.
Committed to trunk
Actions