Skip to content
Prev 508 / 12125 Next

[R-pkg-devel] R CMD check NOTE - Long paths in package

On Tue, Oct 13, 2015 at 4:16 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
But is it worth asking if the NOTE's restriction could be lifted,
given that from what I read on wikipedia that the "tar" file format
has been happy with long path names since 2001? Given that R-Core/CRAN
sometimes refer to R versions from a year ago as "obsolete", how can
they complain about sticking with a file format restriction from the
last century? I've just happily made a tar file with a path that is
1300 chars long containing a file with a name of 160 chars .

 Or are there still old versions of tar around, or other file systems
with restrictive naming practices (in which case the error should be
about the names/paths of the files themselves, not that old versions
of tar can't cope with them)?

 It now seems to have bothered at least two people and Dirk sounds
like he's had to implement a little hack to keep the path names down.

Barry