Re: [R] Is it possible to set a default working directory for all R consoles?

2022-06-17 Thread Bill Dunlap
Is there an environment variable containing that IP address? as.list(grep(value=TRUE, "172", Sys.getenv())) # as.list to make printing nicer If you know which variable is causing the problem you may be able to override it by setting an R-specific one. -Bill On Fri, Jun 17, 2022 at 8:28 AM

Re: [R] Is it possible to set a default working directory for all R consoles?

2022-06-17 Thread Spencer Graves
I use the free version of RStudio, and I routinely work with "Projects". For new projects, I first I create a new project directory in Finder (in a Mac) or Windows Explorer if it does not already exist. Then in RStudio, I do File > "New Project..." > in "Existing Directory". Then when

[R] Is it possible to set a default working directory for all R consoles?

2022-06-17 Thread IAGO GINÉ VÁZQUEZ
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) :