Skip to content
Prev 36206 / 63424 Next

[PATCH] R ignores PATH_MAX and fails in long directories (PR#14228)

Indeed thanks to ripley@ for submitting it.  I don't see a note in the
NEWS file and it would be nice to point this out as fixed since others
may have run into this problem.  Could someone submit something like
this as well?

Index: NEWS
===================================================================
--- NEWS        (revision 51276)
+++ NEWS        (working copy)
@@ -577,6 +577,8 @@

     o  read.fwf() works again when 'file' is a connection.

+    o   R now works correctly with filesystem paths longer than 255
+        characters on platforms that support it (PR#14228).


                CHANGES IN R VERSION 2.10.1
On Thu, Mar 11, 2010 at 9:12 AM, Seth Falcon <seth at userprimary.net> wrote: