Skip to content
Prev 61343 / 63424 Next

long path names (more than 260 chars) not working under Windows OS, longPathAware missing in exe manifests?

On 2/14/23 12:11, Roman Hille wrote:
Declaring that R is long path aware is indeed easy, however, before we 
can do this, we actually have to make it long path aware, which is a lot 
of work. Incidentally it is work in progress, I've been working on that 
in the last few weeks.

Currently, neither R-devel nor any released version of R is long path 
aware. One possible work-around is to use mapped drives to make the 
paths shorter.

Whenever possible, it is better to make the paths short, anyway, because 
a number of other applications as well as some parts of Windows don't 
support long paths. Very likely this will also be the case of 
contributed packages. Indeed, and consequently, a number of users will 
not enable long paths on their systems.

Best
Tomas