Skip to content
Prev 2175 / 12125 Next

[R-pkg-devel] creating indelible file during unit test

In *nix systems, permission to delete is at the directory level, not the
file level, so you might try changing the mode of the parent directory,
rather than the file itself, as in:
Not sure if this will work in Windows, though.

Regards,
  Tom Wainwright

On Tue, Dec 12, 2017 at 4:24 AM, Thierry Onkelinx <thierry.onkelinx at inbo.be>
wrote: