Skip to content
Prev 353559 / 398503 Next

Problem with path.expand("~")

On 11/08/2015 10:51 AM, Sarah Goslee wrote:
The tilde meaning "home" is not a concept in Windows, but R fakes it.
This is described in ?path.expand and the R for Windows FAQ.  Thierry
should set the R_USER environment variable to whatever home dir he
wants.  RStudio is probably doing that for him.

Duncan Murdoch