Skip to content
Prev 8717 / 398502 Next

sink() does not seem to release the file

To add to that, this behaviour has been changed in the R-patched version
(and hence for 1.2.1): from NEWS/BUG FIXES

    o   Explicitly close files opened by sink() for OSes (such as
        Windows) that benefit from it.

In other words, sink() will close the connection for you.
On 2 Jan 2001, Peter Dalgaard BSA wrote: