Skip to content
Prev 42784 / 63424 Next

Dealing with printf() &c. in third-party library code

On 03/15/2012 02:24 PM, Jon Clayden wrote:
Hi Jon --

My own implementation is like yours, where I still reference stderr / 
stdout. But it seems like the meaningful problem (writing to stderr / 
stdout, which R might have re-directed) has been addressed (except for 
the third branch, in your code above).

Martin