S Ellison
2009-Apr-11 22:33 UTC
[R] _Possible_ work-round for normalizePath error (was Re: [Rd] Package (PR#13475))
>>> Uwe Ligges <ligges at statistik.tu-dortmund.de> 04/10/09 4:21 PM >>> >Well, you need to ask Symantec to fix Norton, hence this is the >wrong address.That would not help other R users who were looking in the archives for help with what looked like a mysterious normalizePath error, would it? As I said, the principal intent of the posting was to point to a possible work-round for other R users - i.e. temporarily disabling on-access scanning in the antivirus package. But that would have been better posted to R-help, so it's now cc'd there with the original posting below in case anyone else out there can use the tip. S>S Ellison wrote:> I had the same normalizePath error recently on a new laptop, with afresh> install of R 2.8.1 and an attempt to install lme4. First attempt: > package 'Matrix' successfully unpacked and MD5 sums checked > Error in normalizePath(path) : > path[1]: The system cannot find the file specified > > Second attempt: > > package 'Matrix' successfully unpacked and MD5 sums checked > package 'mlmRev' successfully unpacked and MD5 sums checked > package 'MEMSS' successfully unpacked and MD5 sums checked > package 'lme4' successfully unpacked and MD5 sums checked > Error in normalizePath(path) : > path[1]: The system cannot find the file specified > > > The irreproducibility made me wonder... so I turned off Norton's > auto-protect, which has a habit of scanning files on the fly whenrequested> and that often delays file opening. The error disappeared, at leastthat> once and for subsequent installations of NADA and the much largerrggobi> install. > > The main reason for logging this post is to suggest a posible causeand> workround. But if it does turn out to be a consistent issue, perhapsit> would be worth checking for timeout issues related to normalizePath or > related routines in a future update?******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}
Reasonably Related Threads
- install.packages, normalizePath, file permissions
- Inconsistant result for normalizePath on Windows
- Problem installing new packages
- Bug or undocumented behavior in normalizePath() with file system links on windows
- Suggestion/opinions: add a `absolute` param to `normalizePath()` to force returning an absolute path