Hi all,
Is there some way to set a default working directory each time R.exe is opened?
I ask this because Always that I open R 4.2.o in Windows 10 I get the next
warning messages
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Even from cmd.exe in a C: location
C:\Users\me>R
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="\\172.19.2.44\profiles\profiles\me\Documents": Access is denied
Reading
https://cran.r-project.org/bin/windows/base/rw-FAQ.html#What-are-HOME-and-working-directories_003f,
first I cannot apply the suggested solution (I cannot see such "shortcut�s
properties"), and second, I am not interested just in Rgui, or even RStudio,
but other terminals running R (like VSCode-radian or SublimeText-Terminus)
Thanks in advance.
Best wishes,
Iago
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.