Skip to content

(PR#1287) seek was ignoring the `origin' argument (was

1 message · Brian Ripley

#
The original subject line is false.  It *does* reposition, but `origin'
was being ignored, so your request was to reposition to the beginning of
the file, and that is what happened.

This was already fixed in R-patched: from NEWS there:

    o	seek() on file connections was ignoring the `origin' argument.

It's always worth looking at the current patched version.
On Tue, 29 Jan 2002 garbade@psy.uni-muenchen.de wrote: