Skip to content
Prev 33339 / 63424 Next

Rcmd check fails on Windows Samba network path in R 2.9.1

See r-devel thread '[Rd] file.access() on network (mounted) drive on
Windows Vista' on Nov 26, 2008:

  http://tolstoy.newcastle.edu.au/R/e5/devel/08/11/0806.html

where it was concluded that file.access() is "not 100%", e.g.
file.access() and file.info() can give different answers.

I added fileAccess(..., safe=TRUE) to R.utils, which imitates
file.access() but relies also on file.info() and file.exists() to
infer the rights.  It is still not 100% but (hopefully) closer than
file.access().

/H

On Tue, Jul 21, 2009 at 1:55 PM, Kevin R.
Coombes<krcoombes at mdacc.tmc.edu> wrote: