Re: [Rd] Bug: Issues on Windows with SFN disabled

2017-12-08 Thread Zach Bjornson
> > This is actually a pretty big peeve of mine. "Program Files" is where > programs are *supposed* to reside on Windows. > PS -- Microsoft's reasoning is explained in "Why do program files go into the Program Files directory?" https://blogs.msdn.microsoft.com/oldnewthing/20120307-00/?p=8153 The

Re: [Rd] Bug: Issues on Windows with SFN disabled

2017-12-08 Thread Zach Bjornson
Thanks for fixing this! For what it's worth, the Windows installers for other programming language runtimes often install outside of Program Files, so at least there is 'prior art' to motivate having R install directly into the root of the home drive: This is actually a pretty big peeve of mine.

[Rd] Bug: Issues on Windows with SFN disabled

2017-09-18 Thread Zach Bjornson
Hello, R appears to assume that Windows drives have short file names (SFN, 8.3) enabled; for example, that "C:/Program Files/..." is addressable as "C:/Progra~1/...". Newer versions of Windows have SFN disabled on non-OS drives, however. This means that if you install R on a non-OS drive, you - c