Re: [Rd] [R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)

2018-02-16 Thread Thompson, Pete
atically on the network drive of the student. But that >> doesn't >>>> happen as the unc path is not read correctly, leading to R attempting to >>>> create a local directory and being told it has no right to do so. >>>> >>&

Re: [Rd] [R-win] Bug 17159 - recursive dir.create() fails on windows shares due to permissions (MMaechler: Resending to R-windows@R-pr..)

2018-01-17 Thread Thompson, Pete
> > That is an older version of R though (3.3), but I'm wondering whether I > would ask our IT department to just update R on all these computers to the > latest version, or if we have to look for another solution. > > Cheers > Joris > &g

[Rd] Bug 17159 - recursive dir.create() fails on windows shares due to permissions

2018-01-08 Thread Thompson, Pete
Hi, I’d like to ask about bug 17159: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17159 I can confirm that I see exactly this bug when using dir.create on paths of UNC form (\\server\share\xxx), with the recursive flag set. I’m seeing this when attempting to use install.packages with suc