Skip to content

Maybe a problem in binary read/write (PR#1688)

1 message · Brian Ripley

#
Not a bug: check the documentation of file(), which is documented to work
for files but not for devices.  No attempt is made to cope with e.g.
blocking on non-files.

It's a pretty extreme view of the world to consider /dev/psaux to be a
file, and R is just using standard C <stdio.h> I/O.

However, this is a great opportunity for you to contribute a device()
function to R.
On Tue, 18 Jun 2002 accot@free.fr wrote: