Displaying 1 result from an estimated 1 matches for "classify_output_test".
2005 Oct 17
1
RFC: API to allow identification of warnings and errors in the output stream
...heir drawbacks, refer to
https://stat.ethz.ch/pipermail/r-devel/2005-October/034975.html.
Suggested solution:
Here are two patches (against R-2.2.0), which I will describe in more detail
below:
A) http://rkward.sourceforge.net/temp/classify_output_patch.diff
B) http://rkward.sourceforge.net/temp/classify_output_test.diff
Description of and rationale for patch A:
This patch does two things:
1) It adds a function R_WriteErrConsole corresponding to R_WriteConsole. Also,
a corresponding interface pointer ptr_R_WriteErrConsole is added.
I think this change is highly consistent with output handling in R in general...